dashboard-devexpress-dot-dashboardcommon-7ada651a.md
Contains dimension values at the specified axis point.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class DimensionValue :
IEquatable<DimensionValue>
Public Class DimensionValue
Implements IEquatable(Of DimensionValue)
The following members return DimensionValue objects:
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.
Object DimensionValue
See Also