Click or drag to resize

ViewSmithZoom Method (PointSmith, PointSmith)

LightningChart .NET Help
Zooms the view to given rectangle, defined by the axis values of the diagonal corners of the rectangle. If the rectangle is of wrong aspect ratio, center point of the given rectangle is followed.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewSmith
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void Zoom(
	PointSmith corner1,
	PointSmith corner2
)

Parameters

corner1
Type: Arction.Wpf.ChartingMVVMPointSmith
One corner axis values.
corner2
Type: Arction.Wpf.ChartingMVVMPointSmith
One corner axis values.
See Also