Class
AndroidChartPanAndZoomBehavior

Definition

Namespace:Telerik.Maui.Controls.Compatibility.ChartRenderer.Android

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class AndroidChartPanAndZoomBehavior : ChartPanAndZoomBehavior

Inheritance: objectAndroidChartPanAndZoomBehavior

Constructors

AndroidChartPanAndZoomBehavior()

Declaration

cs-api-definition
public AndroidChartPanAndZoomBehavior()

Methods

SetPanOffsetToChart(double, double)

Declaration

cs-api-definition
public override void SetPanOffsetToChart(double offsetX, double offsetY)

Parameters

offsetX

double

offsetY

double

SetZoomToChart(double, double, double, double)

Declaration

cs-api-definition
public override void SetZoomToChart(double scaleX, double scaleY, double centerX, double centerY)

Parameters

scaleX

double

scaleY

double

centerX

double

centerY

double