Skip to main content

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(DimensionDefinition) definition Initializes a new instance of the Dimension class based on the specified dimension definition.
Dimension(String, DateTimeGroupInterval) dataMember, 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) id, definition, groupIndex Initializes a new instance of the Dimension class with the specified identifier, dimension definition and group index.
Dimension(String, DimensionDefinition) id, definition Initializes a new instance of the Dimension class with the specified identifier and dimension definition.
Dimension(String, TextGroupInterval) dataMember, 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) dataMember, groupIndex 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) id, dataMember, 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) id, dataMember, 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) id, dataMember Initializes a new instance of the Dimension class with the specified identifier and binds it to the specified data member.
Dimension(String) dataMember Initializes a new instance of the Dimension class and binds it to the specified data member.
See Also