[]
Specifies the sort type of the ChartDataGroup.
public enum ChartSortType
Name | Description |
---|---|
Ascending | Keep the same values together, and then sort the group in ascending order. |
Descending | Keep the same values together, and then sort the group in descending order. |
Original | Keep the same values together, and keep the group in original order (the order in first appearing). |
Original2 | Only the same values located nearby are grouped, and a new group begins whenever the value changes in the group field. |