Back to Devexpress

DimensionCollection Class

dashboard-devexpress-dot-dashboardcommon-7fa0c087.md

latest5.0 KB
Original Source

DimensionCollection Class

A collection of Dimension objects.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class DimensionCollection :
    DataItemCollection<Dimension>
vb
Public Class DimensionCollection
    Inherits DataItemCollection(Of Dimension)

The following members return DimensionCollection objects:

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.

Inheritance

Object Collection<Dimension> NotifyingCollection<Dimension> DataItemCollection<Dimension> DimensionCollection

See Also

DimensionCollection Members

Dimension

DevExpress.DashboardCommon Namespace