XYDiagram2D.EnableAxisYNavigation Property
In This Article
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
#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