Class ChartSeriesSortingType
Specifies the different sort axis value types.
Inheritance
System.Object
ChartSeriesSortingType
Namespace: Syncfusion.Windows.Forms.Chart
Assembly: Syncfusion.Chart.Base.dll
Syntax
public sealed class ChartSeriesSortingType : Enum
Fields
X
Sorts the ChartSeries based on X values.
Declaration
public const ChartSeriesSortingType X
Field Value
| Type |
|---|
| ChartSeriesSortingType |
Y
Sorts the ChartSeries based on Y values.
Declaration
public const ChartSeriesSortingType Y
Field Value
| Type |
|---|
| ChartSeriesSortingType |