Enum SortingAxis
Represents Sorting Axis.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum SortingAxis
Fields
Name | Description |
---|---|
X | Sorting will be done based on values related to x-axis. |
Y | Sorting will be done based on values related to y-axis. |