Class GridLineRenderMode
Inheritance
System.Object
GridLineRenderMode
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class GridLineRenderMode : Object
Constructors
GridLineRenderMode()
Declaration
public GridLineRenderMode()
Fields
All
Declaration
public const int All = 7
Field Value
System.Int32
|
First
Declaration
public const int First = 1
Field Value
System.Int32
|
FirstAndInner
Declaration
public const int FirstAndInner = 3
Field Value
System.Int32
|
FirstAndLast
Declaration
public const int FirstAndLast = 5
Field Value
System.Int32
|
Inner
Declaration
public const int Inner = 2
Field Value
System.Int32
|
InnerAndLast
Declaration
public const int InnerAndLast = 6
Field Value
System.Int32
|
Last
Declaration
public const int Last = 4
Field Value
System.Int32
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
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 int ValueOf(string value)
Parameters
System.String
value
|
Returns
System.Int32
|