dashboard-devexpress-dot-dashboardcommon-7fa0c087.md
A collection of Dimension objects.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class DimensionCollection :
DataItemCollection<Dimension>
Public Class DimensionCollection
Inherits DataItemCollection(Of Dimension)
The following members return DimensionCollection objects:
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
| | --- | --- | |
|
ChartDashboardItemBase.Arguments
| |
|
ScatterChartDashboardItem.Arguments
| |
|
| |
|
TreemapDashboardItem.Arguments
| |
|
FilterElementDashboardItem.FilterDimensions
| |
|
SeriesDashboardItem.SeriesDimensions
| |
|
GeoPointMapDashboardItemBase.TooltipDimensions
| |
|
DataDashboardItem.HiddenDimensions
|
Moreover, a collection of dimensions is exposed by the SpecificWindowDefinition.Dimensions property that is used in window calculations.
Object Collection<Dimension> NotifyingCollection<Dimension> DataItemCollection<Dimension> DimensionCollection
See Also