Click or drag to resize

MapCenter Method (Single, Single)

LightningChart .NET Help
Center on coordinates.

Namespace:  Arction.Wpf.Charting.Maps
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public void Center(
	float longitude,
	float latitude
)

Parameters

longitude
Type: SystemSingle
Longitude.
latitude
Type: SystemSingle
Latitude.
See Also