LineChartZoom Method

Zooming the chart by a given factor.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public void Zoom(
	float zoomFactorX,
	float zoomFactorY
)

Parameters

zoomFactorX  Single
The factor of the zooming for X axis.
zoomFactorY  Single
The factor of the zooming for Y axis.

See Also