Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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