Class ChartPanAndZoomBehavior
Namespace: Telerik.XamarinForms.Chart
Assembly: Telerik.XamarinForms.Chart.dll
Syntax
public class ChartPanAndZoomBehavior : ChartBehavior, IParentElement, IChildElement
Constructors
ChartPanAndZoomBehavior()
Declaration
public ChartPanAndZoomBehavior()
Fields
HandleDoubleTapProperty
Identifies the HandleDoubleTap property.
Declaration
public static readonly BindableProperty HandleDoubleTapProperty
Field Value
Xamarin.Forms.BindableProperty
|
PanModeProperty
Identifies the PanModeProperty property.
Declaration
public static readonly BindableProperty PanModeProperty
Field Value
Xamarin.Forms.BindableProperty
|
ZoomModeProperty
Identifies the ZoomMode property.
Declaration
public static readonly BindableProperty ZoomModeProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
HandleDoubleTap
Gets or sets a value indicating whether a Double-tap gesture will be handled by the behavior to reset the current Zoom and PanOffset values.
Declaration
public bool HandleDoubleTap { get; set; }
Property Value
System.Boolean
|
PanMode
Gets or sets the ChartPanZoomMode value that specifies how the chart will respond to a pan gesture.
Declaration
public ChartPanZoomMode PanMode { get; set; }
Property Value
ChartPanZoomMode
|
ZoomMode
Gets or sets the ChartPanZoomMode value that specifies how the chart will respond to a zoom gesture.
Declaration
public ChartPanZoomMode ZoomMode { get; set; }
Property Value
ChartPanZoomMode
|