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