Class Sort
Represents a Sort class.
Inheritance
System.Object
Sort
Implements
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 |
---|
System.Windows.DependencyProperty |
SortOrderProperty
Identifies the dependency property for SortOrder.
Declaration
public static readonly DependencyProperty SortOrderProperty
Field Value
Type |
---|
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. |