Class LineAxis
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Common
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public abstract class LineAxis : Axis, IChartElementPresenter, IPaletteChangedListener, IChartLabelRenderer, IJavaObject, IDisposable, IJavaPeerable
Constructors
LineAxis()
Declaration
protected LineAxis()
LineAxis(IntPtr, JniHandleOwnership)
Declaration
protected LineAxis(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
LineColor
Declaration
public virtual int LineColor { get; set; }
Property Value
System.Int32
|
LineColorPropertyKey
Declaration
public static int LineColorPropertyKey { get; }
Property Value
System.Int32
|
LineThickness
Declaration
public virtual float LineThickness { get; set; }
Property Value
System.Single
|
LineThicknessPropertyKey
Declaration
public static int LineThicknessPropertyKey { get; }
Property Value
System.Int32
|
ShowLine
Declaration
public virtual bool ShowLine { get; set; }
Property Value
System.Boolean
|
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
GetLineDashArray()
Declaration
public virtual float[] GetLineDashArray()
Returns
System.Single[]
|
SetLineDashArray(Single[])
Declaration
public virtual void SetLineDashArray(float[] value)
Parameters
System.Single[]
value
|