The GeoMap Chart
The GeoMap
control is useful to create geographical maps, it uses files in geojson format to render
vectorized maps.
Series
There are multiple series available in the library, you can add one or mix them all in the same chart, every series has unique properties, any image bellow is a link to an article explaining more about them.
Stroke property
Determines the default stroke of every land, if the stroke property is not set, then LiveCharts will create it based on the series position in your series collection and the current theme.
Paints can create gradients, dashed lines and more, if you need help using the Paint
instances take
a look at the Paints article.
Fill property
Determines the default fill of every land, if the stroke property is not set, then LiveCharts will create it based on the series position in your series collection and the current theme.
Paints can create gradients, dashed lines and more, if you need help using the Paint
instances take
a look at the Paints article.
MapProjection property
Defines the projection of the map coordinates in the control coordinates,
currently it only support the Default
(none) and Mercator
projections.