Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChart Interface / ChartType Property


In This Topic
    ChartType Property (IChart)
    In This Topic
    Gets or sets the chart type.
    Syntax
    'Declaration
     
    
    Property ChartType As ChartType
    'Usage
     
    
    Dim instance As IChart
    Dim value As ChartType
     
    instance.ChartType = value
     
    value = instance.ChartType
    ChartType ChartType {get; set;}
    Remarks
    This function works with Spread WPF only.
    See Also