DataAxis.GetPointsByDimension(DimensionDescriptor) Method
Gets axis points in the current data axis by the specified dimension.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public ReadOnlyCollection<AxisPoint> GetPointsByDimension(
DimensionDescriptor dimension
)
Parameters
Name | Type | Description |
---|---|---|
dimension | DimensionDescriptor | The DimensionDescriptor object containing dimension metadata. |
Returns
Type | Description |
---|---|
ReadOnlyCollection<AxisPoint> | A collection of AxisPoint objects that represent axis points. |
See Also