Skip to main content

ChartDashboardItem.AxisX Property

Provides access to the chart’s X-axis.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v22.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.Win.Dashboard.Design

Declaration

public ChartAxisX AxisX { get; }

Property Value

Type Description
ChartAxisX

A ChartAxisX object that represents the chart’s X-axis.

See Also