Class AreaRendererBase
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Common.Renderers
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class AreaRendererBase : LineRenderer
Constructors
AreaRendererBase()
Declaration
public AreaRendererBase()
AreaRendererBase(IntPtr, JniHandleOwnership)
Declaration
protected AreaRendererBase(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CurrentSegmentNode
Declaration
protected ChartSeriesRenderer.DataPointSegment CurrentSegmentNode { get; set; }
Property Value
ChartSeriesRenderer.DataPointSegment
|
DataPointSegmentsIterator
Declaration
protected IListIterator DataPointSegmentsIterator { get; set; }
Property Value
Java.Util.IListIterator
|
FillColor
Declaration
public virtual int FillColor { get; set; }
Property Value
System.Int32
|
FillColorPropertyKey
Declaration
public static int FillColorPropertyKey { get; }
Property Value
System.Int32
|
FillPaint
Declaration
public virtual Paint FillPaint { get; set; }
Property Value
Android.Graphics.Paint
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
TopSurfacePoints
Declaration
public IList TopSurfacePoints { get; set; }
Property Value
System.Collections.IList
|
Methods
ShouldDrawTopStroke()
Declaration
protected virtual bool ShouldDrawTopStroke()
Returns
System.Boolean
|