WPF

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

    Show / Hide Table of Contents

    Class Sort

    Represents a Sort class.

    Inheritance
    System.Object
    Sort
    Implements
    IAxisElement
    Namespace: Syncfusion.Windows.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class Sort : DependencyObject, IAxisElement

    Constructors

    Sort()

    Declaration
    public Sort()

    Fields

    MeasureUniqueNameProperty

    Identifies the dependency property for MeasureUniqueName.

    Declaration
    public static readonly DependencyProperty MeasureUniqueNameProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    SortOrderProperty

    Identifies the dependency property for SortOrder.

    Declaration
    public static readonly DependencyProperty SortOrderProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Properties

    MeasureUniqueName

    Gets or sets the name of the measure unique.

    Declaration
    public string MeasureUniqueName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the measure unique.

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    SortOrder

    Gets or sets the sort order.

    Declaration
    public OrderOfSort SortOrder { get; set; }
    Property Value
    Type Description
    OrderOfSort

    The sort order.

    Implements

    IAxisElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved