Skip to main content
All docs
V24.2

ASPxClientDashboardItemDataDimensionValue Class

Provides dimension values at the specified axis point.

#Declaration

TypeScript
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).

Warning

A use of ASPxClientDashboard API reduces flexibility when you configure the control. The DashboardControl underlies the ASPxClientDashboard object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the DashboardControl API to configure the Web Dashboard on the client. More information: Client-Side Functionality.

See Also

#Methods

#GetDisplayText Method

Gets the display text for the current dimension value.

#Declaration

TypeScript
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

TypeScript
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

TypeScript
GetValue(): any

#Returns

Type Description
any

A String value that is the current dimension value.

See Also