CardRowDataElement.DimensionIndex Property
Gets or sets the index of the dimension whose values are displayed within the current visual element.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the index of the dimension whose values are displayed within the current visual element. |
Remarks
Use the SeriesDashboardItem.SeriesDimensions property exposed by the CardDashboardItem class to access the collection of dimensions.
See Also