Click or drag to resize

MapCoordinate Constructor (Double, Double)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public MapCoordinate(
	double latitude,
	double longitude
)

Parameters

latitude
Type: SystemDouble
Latitude, as decimal degrees.
longitude
Type: SystemDouble
Longitude, as decimal degrees.
See Also