[]
        
(Showing Draft Content)

C1.Win.FlexReport.Chart.ChartSortType

ChartSortType Enum

Specifies the sort type of the ChartDataGroup.

Namespace: C1.Win.FlexReport.Chart
Assembly: C1.Win.FlexReport.4.8.dll
Syntax
public enum ChartSortType

Fields

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.