alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ChartSeriesSortingType

    Specifies the different sort axis value types.

    Inheritance
    System.Object
    ChartSeriesSortingType
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartSeriesSortingType : Enum

    Fields

    X

    Sorts the ChartSeries based on X values.

    Declaration
    public const ChartSeriesSortingType X
    Field Value
    Type
    ChartSeriesSortingType

    Y

    Sorts the ChartSeries based on Y values.

    Declaration
    public const ChartSeriesSortingType Y
    Field Value
    Type
    ChartSeriesSortingType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved