alexa
menu

    Show / Hide Table of Contents

    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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved