Skip to main content

AxisPoint.GetDimensionValue(DimensionDescriptor) Method

Gets the dimension value at the current axis point.

Namespace: DevExpress.DashboardCommon.ViewerData

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public DimensionValue GetDimensionValue(
    DimensionDescriptor dimension
)

#Parameters

Name Type Description
dimension DimensionDescriptor

A DimensionDescriptor object containing the dimension metadata.

#Returns

Type Description
DimensionValue

A DimensionValue object containing dimension values at the current axis point.

#Remarks

The GetDimensionValue method allows you to obtain dimension values for parent axis points belonging to the current dimension hierarchy.

See Also