GeoMapChart
Class
Assembly LiveChartsCore
Namespace LiveChartsCore
Summary:
Defines a geo map chart.
Object
=>
GeoMapChart
Constructors
Properties
Gets the chart view.
Type: IGeoMapView
Type: IGeoMapView
Events
Occurs when a land (country) is clicked.
Handler definition: Action<LandClickedEventArgs>
Handler definition: Action<LandClickedEventArgs>
Methods
// Gets the active theme, ensuring it is set up for the current dark/light mode.
// Zooms the map.
Zoom(
| LvcPoint pivot, | // The sender. |
| ZoomDirection direction | // The pivot point in control coordinates. |
)
// Resets the viewport to the default zoom and pan.
// Animates the globe rotation to the specified longitude and latitude.
Only has a visual effect when the projection is Orthographic.
| Double longitude, | // The target center longitude. |
| Double latitude, | // The target center latitude. |
| Int32 durationMs | // The animation duration in milliseconds. |
)
// Unload the map resources.
// Finds the land definition at the specified pointer position, if any.
| LvcPoint pointerPosition | // The pointer position in control coordinates. |
)