RadControls for Silverlight

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.1.403.1050

Syntax

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

Inheritance Hierarchy

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

See Also