Skip to main content
A newer version of this page is available.
All docs
V19.2

ASPxClientDashboardItemDataDimensionValue Class

Provides dimension values at the specified axis point.

Declaration

declare class ASPxClientDashboardItemDataDimensionValue

Remarks

The ASPxClientDashboardItemDataDimensionValue class provides access to the dimension value (the ASPxClientDashboardItemDataDimensionValue.GetValue method), unique value (the ASPxClientDashboardItemDataDimensionValue.GetUniqueValue method) and display text (the ASPxClientDashboardItemDataDimensionValue.GetDisplayText method).

See Also

Methods

GetDisplayText Method

Gets the display text for the current dimension value.

Declaration

GetDisplayText(): string

Returns

Type Description
string

A String value that is the display text for the current dimension value.

See Also

GetUniqueValue Method

Gets the unique value for the current dimension value.

Declaration

GetUniqueValue(): any

Returns

Type Description
any

A String value that is the unique value for the current dimension value.

See Also

GetValue Method

Gets the current dimension value.

Declaration

GetValue(): any

Returns

Type Description
any

A String value that is the current dimension value.

See Also