Skip to main content

ScatterChartDashboardItem.AxisYMeasure Property

Gets or sets the measure providing data for the scatter chart’s Y-axis.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

[DefaultValue(null)]
public Measure AxisYMeasure { get; set; }

Property Value

Type Default Description
Measure null

A Measure object that specifies the measure providing data for the scatter chart’s Y-axis.

See Also