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

ChartAxisY Class

The chart’s Y-axis.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v19.1.Core.dll

Declaration

public class ChartAxisY :
    ChartAxis

Remarks

The ChartAxisY class represents a Y-axis displayed in a chart dashboard item.

Chart_YAxis

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.

See Also