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).
Warning
A use of ASPx
API reduces flexibility when you configure the control. The DashboardASPx
object. The control provides access to all client settings and allows you to implement complex scenarios. We recommend that you use the Dashboard
API to configure the Web Dashboard on the client. More information: Client-Side Functionality.
#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. |
#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. |
#GetValue Method
Gets the current dimension value.
#Declaration
GetValue(): any
#Returns
Type | Description |
---|---|
any | A String value that is the current dimension value. |