Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / SpreadDataSeries Class / ChartType Property


In This Topic
    ChartType Property (SpreadDataSeries)
    In This Topic
    Gets or sets the type of the chart.
    Syntax
    'Declaration
     
    Public Property ChartType As SpreadChartType
    'Usage
     
    Dim instance As SpreadDataSeries
    Dim value As SpreadChartType
     
    instance.ChartType = value
     
    value = instance.ChartType
    public SpreadChartType ChartType {get; set;}

    Property Value

    The type of the chart.
    See Also