dashboard-devexpress-dot-dashboardcommon-42960e1a.md
The chart’s Y-axis.
Namespace : DevExpress.DashboardCommon
Assembly : DevExpress.Dashboard.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class ChartAxisY :
ChartAxis
Public Class ChartAxisY
Inherits ChartAxis
The following members return ChartAxisY objects:
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.
Object ChartAxis ChartAxisY ChartSecondaryAxisY
See Also