Class AxisLastLabelVisibility
Inheritance
System.Object
AxisLastLabelVisibility
Namespace: Com.Telerik.Widget.Chart.Engine.Axes.Common
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public sealed class AxisLastLabelVisibility : Enum
Properties
Clip
Declaration
public static AxisLastLabelVisibility Clip { get; }
Property Value
AxisLastLabelVisibility
|
Hidden
Declaration
public static AxisLastLabelVisibility Hidden { get; }
Property Value
AxisLastLabelVisibility
|
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
|
Visible
Declaration
public static AxisLastLabelVisibility Visible { get; }
Property Value
AxisLastLabelVisibility
|
Methods
ValueOf(String)
Declaration
public static AxisLastLabelVisibility ValueOf(string name)
Parameters
System.String
name
|
Returns
AxisLastLabelVisibility
|