Class PivotSortDescriptor
Defines the sorting order of the PivotAxis and PivotLegends.
Inheritance
System.Object
PivotSortDescriptor
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.PivotChart
Assembly: Syncfusion.PivotChart.Windows.dll
Syntax
public class PivotSortDescriptor
Constructors
PivotSortDescriptor()
Initialize a new instance for PivotSortDescriptor class.
Declaration
public PivotSortDescriptor()
PivotSortDescriptor(String)
Initialize a new instance for PivotSortDescriptor class.
Declaration
public PivotSortDescriptor(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The PivotItem Mapping name. |
PivotSortDescriptor(String, ListSortDirection)
Initialize a new instance for the PivotSortDescriptor class.
Declaration
public PivotSortDescriptor(string name, ListSortDirection direction)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The PivotItem Mapping name. |
System.ComponentModel.ListSortDirection | direction | The System.ComponentModel.ListSortDirection sorting direction. |
Properties
Direction
Gets or sets the sorting direction.
Declaration
public ListSortDirection Direction { get; set; }
Property Value
Type |
---|
System.ComponentModel.ListSortDirection |
FieldMappingName
Gets the field mapping name of the PivotItem.
Declaration
public string FieldMappingName { get; set; }
Property Value
Type |
---|
System.String |