Class DeferredZoomPresenter
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Visualization.Behaviors.Views
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class DeferredZoomPresenter : PropertyManager, IDrawListener, IJavaObject, IDisposable, IJavaPeerable
Constructors
DeferredZoomPresenter()
Declaration
public DeferredZoomPresenter()
DeferredZoomPresenter(IntPtr, JniHandleOwnership)
Declaration
protected DeferredZoomPresenter(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
CanApplyPalette
Declaration
public virtual bool CanApplyPalette { get; set; }
Property Value
System.Boolean
|
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
Owner
Declaration
public virtual ChartPanAndZoomBehavior Owner { get; set; }
Property Value
ChartPanAndZoomBehavior
|
PanX
Declaration
public virtual int PanX { get; }
Property Value
System.Int32
|
PanY
Declaration
public virtual int PanY { get; }
Property Value
System.Int32
|
StrokeColor
Declaration
public virtual int StrokeColor { get; set; }
Property Value
System.Int32
|
StrokeColorPropertyKey
Declaration
public static int StrokeColorPropertyKey { get; }
Property Value
System.Int32
|
StrokePaint
Declaration
public virtual Paint StrokePaint { get; set; }
Property Value
Android.Graphics.Paint
|
StrokeWidth
Declaration
public virtual float StrokeWidth { get; set; }
Property Value
System.Single
|
StrokeWidthPropertyKey
Declaration
public static int StrokeWidthPropertyKey { get; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
ZoomX
Declaration
public virtual double ZoomX { get; }
Property Value
System.Double
|
ZoomY
Declaration
public virtual double ZoomY { get; }
Property Value
System.Double
|
Methods
ApplyPalette(ChartPalette)
NotifyDraw(Canvas)
Declaration
public virtual void NotifyDraw(Canvas canvas)
Parameters
Android.Graphics.Canvas
canvas
|