Class ChartLabelAnnotation
Inheritance
System.Object
ChartLabelAnnotation
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Annotations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class ChartLabelAnnotation : ChartAnnotation, IChartElementPresenter, IPaletteChangedListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
ChartLabelAnnotation()
Declaration
public ChartLabelAnnotation()
ChartLabelAnnotation(IntPtr, JniHandleOwnership)
Declaration
protected ChartLabelAnnotation(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
HorizontalAlignmentPropertyKey
Declaration
public static int HorizontalAlignmentPropertyKey { get; }
Property Value
System.Int32
|
HorizontalOffsetPropertyKey
Declaration
public static int HorizontalOffsetPropertyKey { get; }
Property Value
System.Int32
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
Label
Declaration
public virtual string Label { get; set; }
Property Value
System.String
|
LabelFormat
Declaration
public virtual string LabelFormat { get; set; }
Property Value
System.String
|
LabelFormatPropertyKey
Declaration
public static int LabelFormatPropertyKey { get; }
Property Value
System.Int32
|
LabelHorizontalAlignment
Declaration
public virtual HorizontalAlignment LabelHorizontalAlignment { get; set; }
Property Value
HorizontalAlignment
|
LabelHorizontalOffset
Declaration
public virtual double LabelHorizontalOffset { get; set; }
Property Value
System.Double
|
LabelLocation
Declaration
public virtual ChartAnnotationLabelLocation LabelLocation { get; set; }
Property Value
ChartAnnotationLabelLocation
|
LabelLocationPropertyKey
Declaration
public static int LabelLocationPropertyKey { get; }
Property Value
System.Int32
|
LabelSize
Declaration
public virtual float LabelSize { get; set; }
Property Value
System.Single
|
LabelVerticalAlignment
Declaration
public virtual VerticalAlignment LabelVerticalAlignment { get; set; }
Property Value
VerticalAlignment
|
LabelVerticalOffset
Declaration
public virtual double LabelVerticalOffset { get; set; }
Property Value
System.Double
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
VerticalAlignmentPropertyKey
Declaration
public static int VerticalAlignmentPropertyKey { get; }
Property Value
System.Int32
|
VerticalOffsetPropertyKey
Declaration
public static int VerticalOffsetPropertyKey { get; }
Property Value
System.Int32
|
Methods
DrawCore(Canvas)
Declaration
protected override void DrawCore(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|
Overrides
ProcessPaletteEntry(PaletteEntry)
Declaration
protected override void ProcessPaletteEntry(PaletteEntry entry)
Parameters
PaletteEntry
entry
|