Skip to main content

XYDiagram2D.NavigationOptions Property

Provides access to the options specifying the ways in which zooming and scrolling can be performed for this XYDiagram2D.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content, true)]
public NavigationOptions NavigationOptions { get; set; }

#Property Value

Type Description
NavigationOptions

A NavigationOptions object containing zooming and scrolling options.

#Remarks

Use the NavigationOptions property, to specify how the diagram can be zoomed: via the keyboard, mouse wheel, or the keyboard and mouse in combination.

Note that the NavigationOptions property is in effect when either the XYDiagram2D.EnableAxisXNavigation or XYDiagram2D.EnableAxisYNavigation property is set to true.

See Also