Class GridLineVisibility
Inheritance
System.Object
GridLineVisibility
Namespace: Com.Telerik.Widget.Chart.Visualization.CartesianChart
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class GridLineVisibility : Object
Constructors
GridLineVisibility()
Declaration
public GridLineVisibility()
Fields
None
Declaration
public const int None = 0
Field Value
System.Int32
|
X
Declaration
public const int X = 1
Field Value
System.Int32
|
Xy
Declaration
public const int Xy = 3
Field Value
System.Int32
|
Y
Declaration
public const int Y = 2
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
|