dashboard-js-devexpress-dot-dashboard-dot-web-dot-webforms-2a6a3c5e.md
Lists constants used to identify various types of data axes.
declare class DashboardDataAxisNames
Use the DashboardDataAxisNames constants to pass the name of the axis as the parameter. For instance, you can use these constants to obtain the ASPxClientDashboardItemDataAxis by its name. To do this, use the ASPxClientDashboardItemData.GetAxis 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.
Identifies an argument axis in a chart, scatter chart and pie.
static readonly ChartArgumentAxis: string
| Type |
|---|
| string |
Identifies a series axis in a chart and pie.
static readonly ChartSeriesAxis: string
| Type |
|---|
| string |
Identifies a single axis in the data-bound dashboard items.
static readonly DefaultAxis: string
| Type |
|---|
| string |
Identifies a pivot column axis.
static readonly PivotColumnAxis: string
| Type |
|---|
| string |
Identifies a pivot row axis.
static readonly PivotRowAxis: string
| Type |
|---|
| string |
Identifies a sparkline axis in a grid and cards.
static readonly SparklineAxis: string
| Type |
|---|
| string |