Class SortingAxis
Represents Sorting Axis.
Inheritance
System.Object
SortingAxis
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class SortingAxis : Enum
Fields
X
Sorting will be done based on values related to x-axis.
Declaration
public const SortingAxis X
Field Value
Type |
---|
SortingAxis |
Y
Sorting will be done based on values related to y-axis.
Declaration
public const SortingAxis Y
Field Value
Type |
---|
SortingAxis |