alexa

    Show / Hide Table of Contents

    Enum Direction

    Represents sorting direction

    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public enum Direction

    Fields

    Name Description
    Ascending

    Orders the items in increasing order.

    Descending

    Orders the items in decreasing order.

    Back to top Generated by DocFX