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

DataAxis.GetPoints() Method

Returns axis points corresponding to values of the last-level dimension.

Namespace: DevExpress.DashboardCommon.ViewerData

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

Declaration

public ReadOnlyCollection<AxisPoint> GetPoints()

Returns

Type Description
ReadOnlyCollection<AxisPoint>

A collection of AxisPoint objects that are axis points corresponding to values of the last-level dimension.

Remarks

If the Drill-Down feature is enabled, the GetPoints method returns axis points corresponding to dimension values currently displayed within the dashboard item.

See Also