Skip to main content

Pane.EnableAxisXNavigation Property

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

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty]
[NonTestableProperty]
public bool? EnableAxisXNavigation { get; set; }

#Property Value

Type Description
Nullable<Boolean>

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

#Remarks

Use the EnableAxisXNavigation property to specify whether it's allowed to scroll and zoom the X-axis of a Pane.

See Also