CardLayoutTemplateDataElement.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.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | 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