DimensionValue Class
In This Article
Contains dimension values at the specified axis point.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return DimensionValue objects:
#Remarks
The DimensionValue class provides access to the dimension value (the DimensionValue.Value property), unique value (the DimensionValue.UniqueValue property) and display text (the DimensionValue.DisplayText property).
To learn more, see Obtaining Underlying and Displayed Data.
See Also