ScatterChartAxis Class
A scatter chart’s axis.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The ScatterChartAxis class identifies X and Y numerical axes displayed in a scatter chart dashboard item and allows you to specify various axis settings.
Use the ScatterChartDashboardItem.AxisX and ScatterChartDashboardItem.AxisY properties to access the ScatterChartAxis instance.
Inheritance
Object
ChartAxis
ChartAxisY
ScatterChartAxis
See Also