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

ChartPane.PrimaryAxisY Property

Gets the primary Y-axis displayed within the current pane.

Namespace: DevExpress.DashboardCommon

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

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

public ChartAxisY PrimaryAxisY { get; }

Property Value

Type Description
ChartAxisY

A ChartAxisY object that is the primary Y-axis displayed within the current pane.

Remarks

Use the PrimaryAxisY property to access settings of the primary Y-axis displayed within the current pane. These settings include the visibility of the axis, the axis title, etc.

See Also