DataAxis.Dimensions Property
In This Article
Gets the dimensions used to create a hierarchy of axis points belonging to the current axis.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public DimensionDescriptorCollection Dimensions { get; }
#Property Value
Type | Description |
---|---|
Dimension |
A collection of Dimension |
See Also