Click or drag to resize

ViewRoundBaseZoomToFit Method

LightningChart .NET Help
Zooms the view so that the data is visible at maximum possible size.

Area is either the full drawing area inside Margins or are further limited by ZoomPadding, depending on case. For more information, see options at ZoomAreaRound.

Namespace:  Arction.Wpf.ChartingMVVM.Views.ViewRound
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void ZoomToFit(
	ZoomAreaRound zoomArea = ZoomAreaRound.Data
)

Parameters

zoomArea (Optional)
Type: Arction.Wpf.ChartingMVVMZoomAreaRound

[Missing <param name="zoomArea"/> documentation for "M:Arction.Wpf.ChartingMVVM.Views.ViewRound.ViewRoundBase.ZoomToFit(Arction.Wpf.ChartingMVVM.ZoomAreaRound)"]

See Also