DataAxis.GetPoints() Method
Returns axis points corresponding to values of the last-level dimension.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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