DimensionDefinition(String, TextGroupInterval) Constructor
Initializes a new instance of the DimensionDefinition class with the specified data member and specified group interval.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v25.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| dataMember | String | A String that specifies the data member. |
| textGroupInterval | TextGroupInterval | A TextGroupInterval object that specifies a group interval for string values. This value is assigned to the DimensionDefinition.TextGroupInterval property. |
See Also