Skip to main content
All docs
V23.2

CustomItemSelection.GetAxisPoints() Method

Returns the master filter selection as an axis point list.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public IList<AxisPoint> GetAxisPoints()

Returns

Type Description
IList<AxisPoint>

A list of axis points.

See Also