Dimension Members
A dimension that is a DataItem whose values are used to categorize data.Constructors
Name | Description |
---|---|
Dimension() | Initializes a new instance of the Dimension class. |
Dimension(DimensionDefinition) | Initializes a new instance of the Dimension class based on the specified dimension definition. |
Dimension(String, DateTimeGroupInterval) | Initializes a new instance of the Dimension class, binds it to the specified data member and sets the group interval for date-time values to the specified value. |
Dimension(String, DimensionDefinition, Int32) | Initializes a new instance of the Dimension class with the specified identifier, dimension definition and group index. |
Dimension(String, DimensionDefinition) | Initializes a new instance of the Dimension class with the specified identifier and dimension definition. |
Dimension(String, TextGroupInterval) | Initializes a new instance of the Dimension class, binds it to the specified data member and sets the group interval for textual values to the specified value. |
Dimension(String, Int32) | Initializes a new instance of the Dimension class with the specified group index and binds it to the specified data member. |
Dimension(String, String, DateTimeGroupInterval) | Initializes a new instance of the Dimension class with the specified identifier, binds it to the specified data member and sets the group interval for date-time values to the specified value. |
Dimension(String, String, TextGroupInterval) | Initializes a new instance of the Dimension class with the specified identifier, binds it to the specified data member and sets the group interval for textual values to the specified value. |
Dimension(String, String) | Initializes a new instance of the Dimension class with the specified identifier and binds it to the specified data member. |
Dimension(String) | Initializes a new instance of the Dimension class and binds it to the specified data member. |
Properties
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. |
ID | Obsolete. Gets or sets the data item identifier. Inherited from DataItem. |
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. |
Methods
Name | Description |
---|---|
BeginInit() | For internal use. Inherited from DataItem. |
EndInit() | For internal use. Inherited from DataItem. |
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetDefinition() | Gets the data item definition for the current dimension. |
GetDimensionDefinition() | Gets the dimension definition for the current dimension. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the string that represents the current object. Inherited from DataItem. |
See Also