Skip to main content

ScatterChartDashboardItem.AxisXMeasure Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

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

Property Value

Type Default Description
Measure null

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

See Also