ChartAxisY Class
The chart’s Y-axis.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
The ChartAxisY class represents a Y-axis displayed in a chart dashboard item.
The ChartAxisY class provides various settings that allow you to specify the axis visibility (ChartAxis.Visible) and title (ChartAxis.Title), as well as define whether the axis zero level should always be shown (ChartAxisY.AlwaysShowZeroLevel).
Use the ChartPane.PrimaryAxisY property to access the ChartAxisY instance.
Inheritance
See Also