Specifies the sort order of numbers in chart series. Namespace: MindFusion.Charting.WebForms
|
C#
![]() |
---|
public SortOrder SortOrder { get; set; } |
Visual Basic
![]() |
---|
Public Property SortOrder As SortOrder |
One of the SortOrder Enumeration values.
This property specifies how the data in each series is sorted. The sorting is performed on all data lists.
For charts that use the Cartesian coordinate system the orientation is considered - XData is sorted in horizontal and YData in vertical ones. For charts without axes, PieChart.Data, BarChart.Data or RadarChart.Data is sorted.
Together with the data all label lists are rearranged in the same order as the sorted data.
SortOrder sorts the numbers in the data arrays. SortSeriesBy sorts the data lists.
Default value for the SortOrder property is SortOrder.None.