Skip to main content

ChartDashboardItem.AxisX Property

Provides access to the chart’s X-axis.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ChartAxisX AxisX { get; }

Property Value

Type Description
ChartAxisX

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

See Also