MultiDimensionalData.GetAxisPointsByDimension(DimensionDescriptor) Method
Gets axis points corresponding to the specified dimension.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ReadOnlyCollection<AxisPoint> GetAxisPointsByDimension(
DimensionDescriptor dimension
)
#Parameters
Name | Type | Description |
---|---|---|
dimension | Dimension |
The Dimension |
#Returns
Type | Description |
---|---|
Read |
A collection of Axis |
#Remarks
Use the MultiDimensionalData.GetDimensions method to obtain the dimensions whose data is used to create the current MultiDimensionalData object.