Dimension Properties
A dimension that is a DataItem whose values are used to categorize data.| Name | Description |
|---|---|
| ColoringMode | Gets or sets a coloring mode for the current dimension. |
| DataMember | Gets or sets the identifier of a corresponding data member in the data source. Inherited from DataItem. |
| DataSourceFieldType | Gets the type of the data source field that provides data for the current data item. Inherited from DataItem. |
| DateTimeFormat | Provides access to the format settings for date-time values. Inherited from DataItem. |
| DateTimeGroupInterval | Gets or sets the group interval for date-time values. |
| GroupChildValues | Gets or sets whether to group Treemap tiles corresponding to values of the child dimension by values of the current dimension. |
| GroupIndex | Gets or sets the index of the group which owns a corresponding dimension. |
| IsDiscreteNumericScale | Gets or sets whether to treat numeric dimension values as if they were defined on a discrete or continuous scale. |
| Name | Gets or sets the name of the data item. Inherited from DataItem. |
| NumericFormat | Provides access to the format settings for numeric values. Inherited from DataItem. |
| ShowGrandTotals | Gets or sets whether to show grand totals for the current measure. Inherited from DataItem. |
| ShowTotals | Gets or sets whether to show totals for the current data item. Inherited from DataItem. |
| ShowValues | Gets or sets whether to display summary values corresponding to the current measure. Inherited from DataItem. |
| SortByMeasure | Gets or sets a Measure by which values of this data item should be sorted. |
| SortByMeasureName | For internal use. |
| SortMode | Gets or sets how dimension values are sorted. |
| SortOrder | Gets or sets the sort order of dimension values. |
| TextGroupInterval | Gets or sets the group interval for string values. |
| TopNOptions | Provides access to the Top N settings. |
| UniqueId | Gets or sets the unique data item identifier. Inherited from DataItem. |
See Also