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


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

    Property Value

    The type of the surface chart.
    See Also