Skip to main content
All docs
V24.2

DashboardDataAxisNames Class

Lists constants used to identify various types of data axes.

#Declaration

TypeScript
declare class DashboardDataAxisNames

#Remarks

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.

#Properties

#ChartArgumentAxis Property

Identifies an argument axis in a chart, scatter chart and pie.

#Declaration

TypeScript
static readonly ChartArgumentAxis: string

#Property Value

Type
string

#ChartSeriesAxis Property

Identifies a series axis in a chart and pie.

#Declaration

TypeScript
static readonly ChartSeriesAxis: string

#Property Value

Type
string

#DefaultAxis Property

Identifies a single axis in the data-bound dashboard items.

#Declaration

TypeScript
static readonly DefaultAxis: string

#Property Value

Type
string

#PivotColumnAxis Property

Identifies a pivot column axis.

#Declaration

TypeScript
static readonly PivotColumnAxis: string

#Property Value

Type
string

#PivotRowAxis Property

Identifies a pivot row axis.

#Declaration

TypeScript
static readonly PivotRowAxis: string

#Property Value

Type
string

#SparklineAxis Property

Identifies a sparkline axis in a grid and cards.

#Declaration

TypeScript
static readonly SparklineAxis: string

#Property Value

Type
string