Skip to main content
A newer version of this page is available. .

DimensionValue Class

Contains dimension values at the specified axis point.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.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