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

DataAxis.Dimensions Property

Gets the dimensions used to create a hierarchy of axis points belonging to the current axis.

Namespace: DevExpress.DashboardCommon.ViewerData

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

Declaration

public DimensionDescriptorCollection Dimensions { get; }

Property Value

Type Description
DimensionDescriptorCollection

A collection of DimensionDescriptor objects that contain the dimension metadata.

See Also