Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / ISeries Interface / PlotOrder Property


In This Topic
    PlotOrder Property
    In This Topic
    Gets or sets the plot order for the selected series within the chart group.
    Syntax
    'Declaration
     
    Property PlotOrder As Integer
    'Usage
     
    Dim instance As ISeries
    Dim value As Integer
     
    instance.PlotOrder = value
     
    value = instance.PlotOrder
    int PlotOrder {get; set;}
    Remarks
    You can set plot order only within a chart group (you cannot set the plot order for the entire chart if you have more than one chart type). A chart group is a collection of series with the same chart type.
    See Also