Skip to main content
All docs
V25.1
  • CustomItemSelection.GetAxisPoints() Method

    Returns the master filter selection as an axis point list.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public IList<AxisPoint> GetAxisPoints()

    Returns

    Type Description
    IList<AxisPoint>

    A list of axis points.

    See Also