Class SeriesSelectionMode
Inheritance
System.Object
SeriesSelectionMode
Namespace: Com.Telerik.Widget.Chart.Visualization.Common
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class SeriesSelectionMode : Enum
Properties
DataPointMultiple
Declaration
public static SeriesSelectionMode DataPointMultiple { get; }
Property Value
SeriesSelectionMode
|
DataPointSingle
Declaration
public static SeriesSelectionMode DataPointSingle { get; }
Property Value
SeriesSelectionMode
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
None
NotSet
Series
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 SeriesSelectionMode ValueOf(string name)
Parameters
System.String
name
|
Returns
SeriesSelectionMode
|