MultiDimensionalData.GetAxisPointsByDimension(DimensionDescriptor) Method
Gets axis points corresponding to the specified dimension.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
public ReadOnlyCollection<AxisPoint> GetAxisPointsByDimension(
DimensionDescriptor dimension
)
Parameters
Name | Type | Description |
---|---|---|
dimension | DimensionDescriptor | The DimensionDescriptor object that contains the dimension metadata. |
Returns
Type | Description |
---|---|
ReadOnlyCollection<AxisPoint> | A collection of AxisPoint objects that represent data points in a multidimensional space. |
Remarks
Use the MultiDimensionalData.GetDimensions method to obtain the dimensions whose data is used to create the current MultiDimensionalData object.
See Also