Class Direction
Represents the sorting direction, indicating whether items are ordered in ascending or descending order.
Inheritance
System.Object
Direction
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.UWP.dll
Syntax
public sealed class Direction : Enum
Fields
Ascending
Orders items in an increasing sequence, arranging values from lowest to highest.
Declaration
public const Direction Ascending
Field Value
| Type |
|---|
| Direction |
Descending
Orders items in a decreasing sequence, arranging values from highest to lowest.
Declaration
public const Direction Descending
Field Value
| Type |
|---|
| Direction |