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

AxisPoint.GetDimensions() Method

Gets the collection of dimensions used to create a hierarchy of axis points from the root point to the current AxisPoint.

Namespace: DevExpress.DashboardCommon.ViewerData

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public ReadOnlyCollection<DimensionDescriptor> GetDimensions()

Returns

Type Description
ReadOnlyCollection<DimensionDescriptor>

A collection of DimensionDescriptor objects that contain the dimension metadata.

See Also