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

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.v19.1.dll

Declaration

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 and scrolled: via the keyboard and / or mouse wheel or using different gestures on a touchscreen device.

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the NavigationOptions property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also