Skip to main content

XYDiagram2D.EnableAxisYNavigation Property

Specifies whether scrolling and zooming is allowed for the Y-Axis of the XY-Diagram 2D.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public bool EnableAxisYNavigation { get; set; }

#Property Value

Type Description
Boolean

true to allow scrolling and zooming; otherwise, false.

#Remarks

Use the EnableAxisYNavigation property to specify whether it's allowed to scroll and zoom the Y-axis of an XY-diagram.

For X-axes, the similar XYDiagram2D.EnableAxisXNavigation property is available in the XYDiagram2D class.

See Also