Skip to main content
A newer version of this page is available. .

ChartAxisX Class

The chart’s X-axis.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class ChartAxisX :
    ChartAxis

Remarks

The ChartAxisX class represents an X-axis displayed in a chart dashboard item.

Chart_XAxis

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.

Inheritance

Object
ChartAxis
ChartAxisX
See Also