Skip to main content

DimensionValue Class

Contains dimension values at the specified axis point.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public class DimensionValue :
    IEquatable<DimensionValue>

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