RadControls for WPF

This class describes settings needed to define the chart behavior for zooming and scrolling.

Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting (in Telerik.Windows.Controls.Charting.dll) Version: 2013.2.611.40

Syntax

C#
public class ZoomScrollSettings : DependencyObject, 
	INotifyPropertyChanged
Visual Basic
Public Class ZoomScrollSettings _
	Inherits DependencyObject _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      Telerik.Windows.Controls.Charting..::..ZoomScrollSettings

See Also