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

DashboardDataAxisNames Class

Lists constants used to identify various types of data axes.

Declaration

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.

Properties

ChartArgumentAxis Property

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

Declaration

static readonly ChartArgumentAxis: string

Property Value

Type
string

ChartSeriesAxis Property

Identifies a series axis in a chart and pie.

Declaration

static readonly ChartSeriesAxis: string

Property Value

Type
string

DefaultAxis Property

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

Declaration

static readonly DefaultAxis: string

Property Value

Type
string

PivotColumnAxis Property

Identifies a pivot column axis.

Declaration

static readonly PivotColumnAxis: string

Property Value

Type
string

PivotRowAxis Property

Identifies a pivot row axis.

Declaration

static readonly PivotRowAxis: string

Property Value

Type
string

SparklineAxis Property

Identifies a sparkline axis in a grid and cards.

Declaration

static readonly SparklineAxis: string

Property Value

Type
string