Class ChartPanZoomMode
Inheritance
System.Object
ChartPanZoomMode
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class ChartPanZoomMode : Object
Constructors
ChartPanZoomMode()
Declaration
public ChartPanZoomMode()
ChartPanZoomMode(IntPtr, JniHandleOwnership)
Declaration
protected ChartPanZoomMode(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.
|
Android.
|
Fields
Both
Declaration
public const int Both = 3
Field Value
System.
|
Horizontal
Declaration
public const int Horizontal = 1
Field Value
System.
|
None
Declaration
public const int None = 0
Field Value
System.
|
Vertical
Declaration
public const int Vertical = 2
Field Value
System.
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.
|