Manually sets the zoom of the chart

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void SetZoom(
	Size size
)
Visual Basic
Public Sub SetZoom ( _
	size As Size _
)
JScript
public function SetZoom(
	size : Size
)

Parameters

size
Type: System.Windows..::..Size

See Also