Class ChartPanAndZoomBehavior
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartPanAndZoomBehavior : ChartBehavior
Constructors
ChartPanAndZoomBehavior()
Declaration
public ChartPanAndZoomBehavior()
ChartPanAndZoomBehavior(IntPtr, JniHandleOwnership)
Declaration
protected ChartPanAndZoomBehavior(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
DeferredZoomPresenter
Declaration
public virtual DeferredZoomPresenter DeferredZoomPresenter { get; set; }
Property Value
DeferredZoomPresenter
|
HandleDoubleTap
Declaration
public virtual bool HandleDoubleTap { get; set; }
Property Value
System.Boolean
|
IsPinching
Declaration
public virtual bool IsPinching { get; }
Property Value
System.Boolean
|
IsZoomed
Declaration
public virtual bool IsZoomed { get; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
PanMode
Declaration
public virtual int PanMode { get; set; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
ZoomMode
Declaration
public virtual int ZoomMode { get; set; }
Property Value
System.Int32
|
ZoomStrategy
Declaration
public virtual ChartZoomStrategy ZoomStrategy { get; set; }
Property Value
ChartZoomStrategy
|
Methods
AddPanZoomListener(IPanZoomListener)
Declaration
public virtual void AddPanZoomListener(IPanZoomListener listener)
Parameters
IPanZoomListener
listener
|
NotifyListenersOnPan(Double, Double)
Declaration
protected virtual void NotifyListenersOnPan(double panX, double panY)
Parameters
System.Double
panX
|
System.Double
panY
|
NotifyListenersOnZoom(Double, Double)
Declaration
protected virtual void NotifyListenersOnZoom(double zoomX, double zoomY)
Parameters
System.Double
zoomX
|
System.Double
zoomY
|
RemovePanZoomListener(IPanZoomListener)
Declaration
public virtual void RemovePanZoomListener(IPanZoomListener listener)
Parameters
IPanZoomListener
listener
|
SetPanOffsetToChart(Double, Double)
Declaration
public virtual void SetPanOffsetToChart(double offsetX, double offsetY)
Parameters
System.Double
offsetX
|
System.Double
offsetY
|
SetZoomToChart(Double, Double, Double)
Declaration
public virtual void SetZoomToChart(double scale, double centerX, double centerY)
Parameters
System.Double
scale
|
System.Double
centerX
|
System.Double
centerY
|
SetZoomToChart(Double, Double, Double, Double)
Declaration
public virtual void SetZoomToChart(double scaleX, double scaleY, double centerX, double centerY)
Parameters
System.Double
scaleX
|
System.Double
scaleY
|
System.Double
centerX
|
System.Double
centerY
|
Events
Pan
Declaration
public event EventHandler<PanEventArgs> Pan
Event Type
System.EventHandler<PanEventArgs>
|
Zoom
Declaration
public event EventHandler<ZoomEventArgs> Zoom
Event Type
System.EventHandler<ZoomEventArgs>
|