Represents a chart behavior that handles Pinch and Drag gestures and manipulates the Zoom and PanOffset properties of the associated
RadChartBase instance.
Namespace: Telerik.Windows.ControlsAssembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.422.2040 (2013.1.0422.2040)
Syntax
| Visual Basic |
|---|
Public Class ChartPanAndZoomBehavior _
Inherits ChartBehavior |
| Visual C++ |
|---|
public ref class ChartPanAndZoomBehavior : public ChartBehavior |
Inheritance Hierarchy
See Also