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


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

    Property Value

    The type of the chart.
    See Also