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

DimensionCollection Class

A collection of Dimension objects.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class DimensionCollection :
    DataItemCollection<Dimension>

Remarks

The DimensionCollection holds the collection of dimensions. Data-aware dashboard items expose the following properties to access this collection.

Dashboard Item

Properties that provide access to DimensionCollection

ChartDashboardItem

ChartDashboardItemBase.Arguments

ScatterChartDashboardItem

ScatterChartDashboardItem.Arguments

PivotDashboardItem

PivotDashboardItem.Columns

PivotDashboardItem.Rows

TreemapDashboardItem

TreemapDashboardItem.Arguments

FilterElementDashboardItem

FilterElementDashboardItem.FilterDimensions

SeriesDashboardItem

SeriesDashboardItem.SeriesDimensions

GeoPointMapDashboardItemBase

GeoPointMapDashboardItemBase.TooltipDimensions

DataDashboardItem

DataDashboardItem.HiddenDimensions

Moreover, a collection of dimensions is exposed by the SpecificWindowDefinition.Dimensions property that is used in window calculations.

See Also