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

ScatterChartAxis Class

A scatter chart’s axis.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public class ScatterChartAxis :
    ChartAxisY

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

See Also