Back to Devexpress

ChartAxisY Class

dashboard-devexpress-dot-dashboardcommon-42960e1a.md

latest2.2 KB
Original Source

ChartAxisY Class

The chart’s Y-axis.

Namespace : DevExpress.DashboardCommon

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

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ChartAxisY :
    ChartAxis
vb
Public Class ChartAxisY
    Inherits ChartAxis

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

Object ChartAxis ChartAxisY ChartSecondaryAxisY

ScatterChartAxis

See Also

ChartAxisY Members

Y-Axis

Axes

DevExpress.DashboardCommon Namespace