Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public int DimensionIndex { get; set; }

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