Interface IChartView
Inherited Members
Namespace: Com.Telerik.Widget.Chart.Engine.View
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public interface IChartView : IChartElementPresenter, IJavaObject, IDisposable, IJavaPeerable
Properties
PanOffsetX
Declaration
double PanOffsetX { get; }
Property Value
System.Double
|
PanOffsetY
Declaration
double PanOffsetY { get; }
Property Value
System.Double
|
PlotAreaClip
ViewportHeight
Declaration
double ViewportHeight { get; }
Property Value
System.Double
|
ViewportWidth
Declaration
double ViewportWidth { get; }
Property Value
System.Double
|
ZoomHeight
Declaration
double ZoomHeight { get; }
Property Value
System.Double
|
ZoomWidth
Declaration
double ZoomWidth { get; }
Property Value
System.Double
|