ChartAxisX Class
In This Article
The chart’s X-axis.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return ChartAxisX objects:
#Remarks
The ChartAxisX class represents an X-axis displayed in a chart dashboard item.
The ChartAxisX class provides various settings that allow you to specify the axis visibility (ChartAxis.Visible) and title (ChartAxis.Title).
Use the ChartDashboardItem.AxisX property to access the ChartAxisX instance.
See Also