Skip to main content

ScatterChartDashboardItem.AxisX Property

Provides access to the scatter chart’s X-axis.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ScatterChartAxis AxisX { get; }

Property Value

Type Description
ScatterChartAxis

A ScatterChartAxis object that represents the scatter chart axis.

See Also