LineChartProportionalZoom Method

Zooms LineChart by given factor. Preserves proportions of axes.

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 ProportionalZoom(
	float fFactorX,
	float fFactorY
)

Parameters

fFactorX  Single
The factor of the zooming for X axis.
fFactorY  Single
The factor of the zooming for Y axis.

See Also