Gets axis points corresponding to the specified dimension.
Namespace: DevExpress.DashboardCommon.ViewerData
Assembly: DevExpress.Dashboard.v18.2.Core.dll
public ReadOnlyCollection<AxisPoint> GetAxisPointsByDimension(
DimensionDescriptor dimension
)
Public Function GetAxisPointsByDimension(
dimension As DimensionDescriptor
) As ReadOnlyCollection(Of AxisPoint)
Type | Name | Description |
---|---|---|
DimensionDescriptor | dimension | The DimensionDescriptor object that contains the dimension metadata. |
Type | Description |
---|---|
ReadOnlyCollection<AxisPoint> | A collection of AxisPoint objects that represent data points in a multidimensional space. |
Use the MultiDimensionalData.GetDimensions method to obtain the dimensions whose data is used to create the current MultiDimensionalData object.