ChartAxisY Class
In This Article
The chart’s Y-axis.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Related API Members
The following members return ChartAxisY objects:
#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