DataAxis.GetPointsByDimension(DimensionDescriptor) Method
In This Article
Gets axis points in the current data axis by the specified dimension.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ReadOnlyCollection<AxisPoint> GetPointsByDimension(
DimensionDescriptor dimension
)
#Parameters
Name | Type | Description |
---|---|---|
dimension | Dimension |
The Dimension |
#Returns
Type | Description |
---|---|
Read |
A collection of Axis |
See Also