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

DataAxis.GetPointsByDimension(DimensionDescriptor) Method

Gets axis points in the current data axis by the specified dimension.

Namespace: DevExpress.DashboardCommon.ViewerData

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

Declaration

public ReadOnlyCollection<AxisPoint> GetPointsByDimension(
    DimensionDescriptor dimension
)

Parameters

Name Type Description
dimension DimensionDescriptor

The DimensionDescriptor object containing dimension metadata.

Returns

Type Description
ReadOnlyCollection<AxisPoint>

A collection of AxisPoint objects that represent axis points.

See Also