Click or drag to resize

ZoomPanOptions3DGetAutoFitRange Method

LightningChart .NET Help
Get Auto-Fit range, two opposite corner points of drawing region as axis values.

Namespace:  Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetAutoFitRange(
	out PointDouble3D minimum,
	out PointDouble3D maximum
)

Parameters

minimum
Type: Arction.Wpf.ChartingMVVMPointDouble3D
Minimum axis coordinates.
maximum
Type: Arction.Wpf.ChartingMVVMPointDouble3D
Maximum axis coordinates.

Return Value

Type: Boolean
True, if range could be fetched, false otherwise.
See Also