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

MultiDimensionalData.GetAxisPointsByDimension(DimensionDescriptor) Method

Gets axis points corresponding to the specified dimension.

Namespace: DevExpress.DashboardCommon.ViewerData

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

Declaration

public ReadOnlyCollection<AxisPoint> GetAxisPointsByDimension(
    DimensionDescriptor dimension
)

Parameters

Name Type Description
dimension DimensionDescriptor

The DimensionDescriptor object that contains the dimension metadata.

Returns

Type Description
ReadOnlyCollection<AxisPoint>

A collection of AxisPoint objects that represent data points in a multidimensional space.

Remarks

Use the MultiDimensionalData.GetDimensions method to obtain the dimensions whose data is used to create the current MultiDimensionalData object.

See Also