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

Pane.EnableAxisYNavigation Property

Specifies whether scrolling and zooming is allowed for the Y-Axis of the pane.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.1.dll

Declaration

public bool? EnableAxisYNavigation { get; set; }

Property Value

Type Description
Nullable<Boolean>

Null - the EnableAxisYNavigation property value is obtained from the parent’s XYDiagram2D.EnableAxisYNavigation property; True to allow scrolling and zooming; False - scrolling and zooming are not allowed.

Remarks

Use the EnableAxisYNavigation property to specify whether it’s allowed to scroll and zoom the Y-axis of a pane.

See Also