Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ChartCommand.SeriesChartTypeData Class / SeriesIndex Property


In This Topic
    SeriesIndex Property
    In This Topic
    Specified index of series should be update.
    Syntax
    'Declaration
     
    Public Property SeriesIndex As Integer
    'Usage
     
    Dim instance As ChartCommand.SeriesChartTypeData
    Dim value As Integer
     
    instance.SeriesIndex = value
     
    value = instance.SeriesIndex
    public int SeriesIndex {get; set;}
    See Also