Class ChartAnnotationLabelLocation
Inheritance
System.Object
ChartAnnotationLabelLocation
Namespace: Com.Telerik.Widget.Chart.Visualization.Annotations
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class ChartAnnotationLabelLocation : Enum
Properties
Bottom
Declaration
public static ChartAnnotationLabelLocation Bottom { get; }
Property Value
ChartAnnotationLabelLocation
|
Inside
Declaration
public static ChartAnnotationLabelLocation Inside { get; }
Property Value
ChartAnnotationLabelLocation
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Left
Declaration
public static ChartAnnotationLabelLocation Left { get; }
Property Value
ChartAnnotationLabelLocation
|
Right
Declaration
public static ChartAnnotationLabelLocation Right { get; }
Property Value
ChartAnnotationLabelLocation
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Top
Declaration
public static ChartAnnotationLabelLocation Top { get; }
Property Value
ChartAnnotationLabelLocation
|
Methods
ValueOf(String)
Declaration
public static ChartAnnotationLabelLocation ValueOf(string name)
Parameters
System.String
name
|
Returns
ChartAnnotationLabelLocation
|
Values()
Declaration
public static ChartAnnotationLabelLocation[] Values()
Returns
ChartAnnotationLabelLocation[]
|