A base class for all navigation options available in the Chart control.
Namespace:DevExpress.Xpf.Charts
Assembly:DevExpress.Xpf.Charts.v19.2.dll

Syntax
C# |
public class NavigationOptionsBase : ChartDependencyObject
|
VB |
Public Class NavigationOptionsBase Inherits ChartDependencyObject
|

Inheritance Hierarchy
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
ChartDependencyObject
NavigationOptionsBase
NavigationOptions
NavigationOptions3D

See Also