Click or drag to resize

ViewRoundBaseZoom Method

LightningChart .NET Help
Zoom the chart in or out. If stop point X is greater than start point X, zooms in. If stop point X is less than start point X action follows RightToLeftZoom property.

Namespace:  Arction.WinForms.Charting.Views.ViewRound
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void Zoom(
	int startX,
	int startY,
	int stopX,
	int stopY
)

Parameters

startX
Type: SystemInt32
Zoom start point X.
startY
Type: SystemInt32
Zoom start point Y.
stopX
Type: SystemInt32
Zoom stop point X.
stopY
Type: SystemInt32
Zoom stop point Y.
See Also