Class CartesianStrokedAnnotation
Inheritance
System.Object
CartesianStrokedAnnotation
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Annotations.Cartesian
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class CartesianStrokedAnnotation : CartesianChartAnnotation, IChartElementPresenter, IPaletteChangedListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
CartesianStrokedAnnotation(CartesianAxis)
CartesianStrokedAnnotation(IntPtr, JniHandleOwnership)
Declaration
protected CartesianStrokedAnnotation(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
IsStrokeInset
Declaration
protected virtual bool IsStrokeInset { get; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
StrokeColor
Declaration
public virtual int StrokeColor { get; set; }
Property Value
System.Int32
|
StrokeColorPropertyKey
Declaration
public static int StrokeColorPropertyKey { get; }
Property Value
System.Int32
|
StrokeEffect
Declaration
public virtual PathEffect StrokeEffect { get; set; }
Property Value
Android.Graphics.PathEffect
|
StrokePaint
Declaration
protected Paint StrokePaint { get; set; }
Property Value
Android.Graphics.Paint
|
StrokeWidth
Declaration
public virtual float StrokeWidth { get; set; }
Property Value
System.Single
|
StrokeWidthPropertyKey
Declaration
public static int StrokeWidthPropertyKey { get; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
DefaultPaletteFamily()
Declaration
protected override string DefaultPaletteFamily()
Returns
System.String
|