Click or drag to resize

MapFit Method (Double, Double, Double, Double)

LightningChart .NET Help
Fit to given rectangle.

Namespace:  Arction.Wpf.Charting.Maps
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void Fit(
	double xMin,
	double yMin,
	double xMax,
	double yMax
)

Parameters

xMin
Type: SystemDouble

[Missing <param name="xMin"/> documentation for "M:Arction.Wpf.Charting.Maps.Map.Fit(System.Double,System.Double,System.Double,System.Double)"]

yMin
Type: SystemDouble

[Missing <param name="yMin"/> documentation for "M:Arction.Wpf.Charting.Maps.Map.Fit(System.Double,System.Double,System.Double,System.Double)"]

xMax
Type: SystemDouble

[Missing <param name="xMax"/> documentation for "M:Arction.Wpf.Charting.Maps.Map.Fit(System.Double,System.Double,System.Double,System.Double)"]

yMax
Type: SystemDouble

[Missing <param name="yMax"/> documentation for "M:Arction.Wpf.Charting.Maps.Map.Fit(System.Double,System.Double,System.Double,System.Double)"]

See Also