Click or drag to resize

View3DBaseZoomToFit 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 area which is further limited by ZoomPadding, depending on case. For more information, see options at ZoomArea3D.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void ZoomToFit(
	ZoomArea3D area = ZoomArea3D.DataAndLabelsArea
)

Parameters

area (Optional)
Type: Arction.Wpf.ChartingMVVMZoomArea3D

[Missing <param name="area"/> documentation for "M:Arction.Wpf.ChartingMVVM.Views.View3D.View3DBase.ZoomToFit(Arction.Wpf.ChartingMVVM.ZoomArea3D)"]

See Also