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;}
See Also