Class ChartSortDescriptor
This class describes how a particular sorting is carried out.
Inherited Members
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class ChartSortDescriptor : InheritanceContextPropagator
Constructors
ChartSortDescriptor()
Initializes a new instance of the Chart
Declaration
public ChartSortDescriptor()
ChartSortDescriptor(String, ListSortDirection)
Initializes a new instance of the Chart
Declaration
public ChartSortDescriptor(string member, ListSortDirection sortDirection)
Parameters
System. The member. |
System. The sort direction. |
ChartSortDescriptor(ISortDescriptor)
Initializes a new instance of the Chart
Declaration
public ChartSortDescriptor(ISortDescriptor sortDescriptor)
Parameters
ISort The sort descriptor. |
Fields
MemberProperty
Identifies the Member dependency property.
Declaration
public static readonly DependencyProperty MemberProperty
Field Value
System.
|
SortDirectionProperty
Identifies the Sort
Declaration
public static readonly DependencyProperty SortDirectionProperty
Field Value
System.
|
Properties
InnerDescriptor
Gets the inner descriptor.
Declaration
public ISortDescriptor InnerDescriptor { get; }
Property Value
ISort The inner descriptor. |
Member
Gets or sets the member name which will be used for sorting.
Declaration
public string Member { get; set; }
Property Value
System.
|
SortDirection
Gets or sets the sort direction for this sort descriptor. If the value is null no sorting will be applied.
Declaration
public ListSortDirection SortDirection { get; set; }
Property Value
System.
|