Class CartesianGridLineAnnotation
Inheritance
System.Object
CartesianGridLineAnnotation
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Annotations.Cartesian
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class CartesianGridLineAnnotation : CartesianStrokedAnnotation, IChartElementPresenter, IPaletteChangedListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
CartesianGridLineAnnotation(CartesianAxis, Object)
Declaration
public CartesianGridLineAnnotation(CartesianAxis axis, Object value)
Parameters
CartesianAxis
axis
|
Java.Lang.Object
value
|
CartesianGridLineAnnotation(IntPtr, JniHandleOwnership)
Declaration
protected CartesianGridLineAnnotation(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Model
Declaration
public override ChartAnnotationModel Model { get; }
Property Value
ChartAnnotationModel
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Value
Declaration
public virtual Object Value { get; set; }
Property Value
Java.Lang.Object
|