AxisPoint.GetDimensionValue(DimensionDescriptor) Method
In This Article
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 | Dimension |
A Dimension |
#Returns
Type | Description |
---|---|
Dimension |
A Dimension |
#Remarks
The GetDimensionValue method allows you to obtain dimension values for parent axis points belonging to the current dimension hierarchy.
See Also