Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ChartCommand.SeriesChartTypeData Class / Type Property


In This Topic
    Type Property (ChartCommand.SeriesChartTypeData)
    In This Topic
    Specified target ChartType series should be update to.
    Syntax
    'Declaration
     
    
    Public Property Type As ChartType
    'Usage
     
    
    Dim instance As ChartCommand.SeriesChartTypeData
    Dim value As ChartType
     
    instance.Type = value
     
    value = instance.Type
    public ChartType Type {get; set;}
    See Also