MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / IChartMember Interface / SortOrder Property

In This Topic
SortOrder Property
In This Topic
Gets the order in which the data is sorted. Possible values are Ascending, Descending, or None.
Syntax
'Declaration
 
ReadOnly Property SortOrder As SortOrder
 

Property Value

A SortOrder value specifying the sort order of the data.
See Also