DataAxis.GetPoints() Method
Returns axis points corresponding to values of the last-level dimension.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ReadOnlyCollection<AxisPoint> GetPoints()
#Returns
Type | Description |
---|---|
Read |
A collection of Axis |
#Remarks
If the Drill-Down feature is enabled, the GetPoints method returns axis points corresponding to dimension values currently displayed within the dashboard item.