menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotSortDescriptor - API Reference

    Show / Hide Table of Contents

    Class PivotSortDescriptor

    Defines the sorting order of the PivotAxis and PivotLegends.

    Inheritance
    System.Object
    PivotSortDescriptor
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    System.ComponentModel.ListSortDirection

    FieldMappingName

    Gets the field mapping name of the PivotItem.

    Declaration
    public string FieldMappingName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved