Class AndroidChartPanAndZoomBehavior
Inheritance
System.Object
AndroidChartPanAndZoomBehavior
Namespace: Telerik.Maui.Controls.Compatibility.ChartRenderer.Android
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class AndroidChartPanAndZoomBehavior : ChartPanAndZoomBehavior
Constructors
AndroidChartPanAndZoomBehavior()
Declaration
public AndroidChartPanAndZoomBehavior()
Methods
SetPanOffsetToChart(Double, Double)
Declaration
public override void SetPanOffsetToChart(double offsetX, double offsetY)
Parameters
System.Double
offsetX
|
System.Double
offsetY
|
SetZoomToChart(Double, Double, Double, Double)
Declaration
public override void SetZoomToChart(double scaleX, double scaleY, double centerX, double centerY)
Parameters
System.Double
scaleX
|
System.Double
scaleY
|
System.Double
centerX
|
System.Double
centerY
|