GrapeCity.Xaml.Excel
Order Property (IExcelChartSeriesBase)


GrapeCity.Excel.Chart Namespace > IExcelChartSeriesBase Interface : Order Property
Specifies the order of the series on the collection. It's 0 based
Syntax
'Declaration
 
Property Order As Integer
'Usage
 
Dim instance As IExcelChartSeriesBase
Dim value As Integer
 
instance.Order = value
 
value = instance.Order
int Order {get; set;}
See Also

Reference

IExcelChartSeriesBase Interface
IExcelChartSeriesBase Members