Class TrackBallSnapMode
Inheritance
System.Object
TrackBallSnapMode
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class TrackBallSnapMode : Enum
Properties
AllClosePoints
Declaration
public static TrackBallSnapMode AllClosePoints { get; }
Property Value
TrackBallSnapMode
|
ClosestPoint
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
None
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
ValueOf(String)
Declaration
public static TrackBallSnapMode ValueOf(string name)
Parameters
System.String
name
|
Returns
TrackBallSnapMode
|