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

ChartDashboardItem.AxisX Property

Provides access to 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 ChartAxisX AxisX { get; }

Property Value

Type Description
ChartAxisX

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

See Also