ChartAxisX Class
The chart’s X-axis.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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