Back to Devexpress

DataAxis.GetPoints() Method

dashboard-devexpress-dot-dashboardcommon-dot-viewerdata-dot-dataaxis.md

latest1.9 KB
Original Source

DataAxis.GetPoints() Method

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

Namespace : DevExpress.DashboardCommon.ViewerData

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public ReadOnlyCollection<AxisPoint> GetPoints()
vb
Public Function GetPoints As ReadOnlyCollection(Of AxisPoint)

Returns

TypeDescription
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

GetPointsByDimension(DimensionDescriptor)

DataAxis Class

DataAxis Members

DevExpress.DashboardCommon.ViewerData Namespace