DimensionValue Class
Contains dimension values at the specified axis point.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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.
Inheritance
Object
DimensionValue
See Also