Dimension Constructors
A dimension that is a DataItem whose values are used to categorize data.Name | Parameters | Description |
---|---|---|
Dimension() | none | Initializes a new instance of the Dimension class. |
Dimension |
definition | Initializes a new instance of the Dimension class based on the specified dimension definition. |
Dimension |
data |
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 |
id, definition, group |
Initializes a new instance of the Dimension class with the specified identifier, dimension definition and group index. |
Dimension |
id, definition | Initializes a new instance of the Dimension class with the specified identifier and dimension definition. |
Dimension |
data |
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 |
data |
Initializes a new instance of the Dimension class with the specified group index and binds it to the specified data member. |
Dimension |
id, data |
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 |
id, data |
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 |
id, data |
Initializes a new instance of the Dimension class with the specified identifier and binds it to the specified data member. |
Dimension |
data |
Initializes a new instance of the Dimension class and binds it to the specified data member. |
See Also