ComponentOne FlexReport for WinForms
ChartSortType Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartSortType Enumeration
Specifies the sort type of the .
Syntax
'Declaration
 
Public Enum ChartSortType 
   Inherits System.Enum
public enum ChartSortType : System.Enum 
Members
MemberDescription
AscendingKeep the same values together, and then sort the group in ascending order.
DescendingKeep the same values together, and then sort the group in descending order.
OriginalKeep the same values together, and keep the group in original order (the order in first appearing).
Original2Only the same values located nearby are grouped, and a new group begins whenever the value changes in the group field.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartSortType

See Also

Reference

C1.Win.FlexReport.Chart Namespace
ChartDataGroup Class