Enum DimensionTypeEnum
Represents constants that specify the type of dimension.
Namespace: Syncfusion.Olap.Data
Assembly: Syncfusion.Olap.Base.dll
Syntax
public enum DimensionTypeEnum
Fields
Name | Description |
---|---|
Accounts | The type of dimension is Accounts. |
BillOfMaterials | The type of dimension is BillOfMaterials. |
Channel | The type of dimension is Channel. |
Currency | The type of dimension is Currency. |
Customers | The type of dimension is Customers. |
Geography | The type of dimension is Geography. |
Measure | The type of dimension is Measure. |
Organization | The type of dimension is Organization. |
Other | The type of dimension is Other. |
Products | The type of dimension is Products. |
Promotion | The type of dimension is Promotion. |
Quantitative | The type of dimension is Quantitative. |
Rates | The type of dimension is Rates. |
Scenario | The type of dimension is Scenario. |
Time | The type of dimension is Time. |
Unknown | The type of dimension is Unknown. |
Utility | The type of dimension is Utility. |