Skip to main content

ChartPane.SecondaryAxisY Property

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

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ChartSecondaryAxisY SecondaryAxisY { get; }

Property Value

Type Description
ChartSecondaryAxisY

A ChartSecondaryAxisY object that is the secondary Y-axis displayed within the current pane.

Remarks

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

See Also