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

ScatterChartDashboardItem.AxisY Property

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

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public ScatterChartAxis AxisY { get; }

Property Value

Type Description
ScatterChartAxis

A ScatterChartAxis object that represents the scatter chart axis.

See Also