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
Syntaxpublic void Center(
float longitude,
float latitude
)
Public Sub Center (
longitude As Single,
latitude As Single
)
public:
void Center(
float longitude,
float latitude
)
Parameters
- longitude
- Type: SystemSingle
Longitude. - latitude
- Type: SystemSingle
Latitude.
See Also