Enum AxesOrder
The axes order for OlapClient control.
Namespace: Syncfusion.Windows.Client.Olap
Assembly: Syncfusion.OlapClient.WPF.dll
Syntax
public enum AxesOrder
Fields
| Name | Description |
|---|---|
| CFR | The axes can be displayed in the order of Column, Filter and Row. |
| CRF | The axes can be displayed in the order of Column, Row and Filter. Default order. |
| FCR | The axes can be displayed in the order of Filter, Column and Row. |
| FRC | The axes can be displayed in the order of Filter, Row and Column. |
| RCF | The axes can be displayed in the order of Row, Column and Filter. |
| RFC | The axes can be displayed in the order of Row, Filter and Column. |