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.
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.
#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
#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
#Declaration
static readonly SparklineAxis: string
#Property Value
Type |
---|
string |