GrapeCity.Xaml.Excel
Order Property (ExcelScatterSeries)


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

Reference

ExcelScatterSeries Class
ExcelScatterSeries Members