Enum LableSortOrder
Represents the values that specify how the data should be sorted.
Namespace: Syncfusion.Olap.Reports
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum LableSortOrder
Fields
Name | Description |
---|---|
ASC | Member captions are sorted in ascending order. |
DESC | Member captions are sorted in descending order. |
None | The default label sort order is none. |