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

MultiDimensionalData.GetDimensions(String) Method

Gets dimensions used to create a hierarchy of axis points for the specified axis.

Namespace: DevExpress.DashboardCommon.ViewerData

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

Declaration

public DimensionDescriptorCollection GetDimensions(
    string axisName
)

Parameters

Name Type Description
axisName String

A string value returned by the DashboardDataAxisNames class that specifies the name of the data axis.

Returns

Type Description
DimensionDescriptorCollection

A collection of DimensionDescriptor objects containing the dimension metadata.

See Also