ScatterChartDashboardItem.AxisY Property
In This Article
Provides access to the scatter chart’s Y-axis.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ScatterChartAxis AxisY { get; }
#Property Value
Type | Description |
---|---|
Scatter |
A Scatter |
See Also