IGeoMapView
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines a geographic map.

Implements:
Derived:

Properties

Gets the core chart.
Type: GeoMapChart
Gets or sets the active map.
Type: DrawnMap
Gets or sets the stroke.
Type: Paint
Gets or sets the fill.
Type: Paint
Gets or sets whether the chart auto-updates are enabled.
Type: Boolean
Gets or sets the projection.
Type: MapProjection
Gets whether the control is in designer mode.
Type: Boolean
Gets or sets the Synchronization Context, use this property to use an external object to handle multi threading synchronization.
Type: Object
Gets or sets the series.
Type: IEnumerable<IGeoSeries>
Gets whether the UI is in dark mode.
Type: Boolean
Gets or sets the tooltip.
Type: IGeoMapTooltip
Gets or sets the tooltip position.
Type: TooltipPosition
Gets or sets the tooltip text paint.
Type: Paint
Gets or sets the tooltip background paint.
Type: Paint
Gets or sets the tooltip text size.
Type: Double
Gets or sets the zooming speed, a value between 0.1 and 0.95.
Type: Double
Gets or sets the minimum zoom level. Defaults to 1.
Type: Double
Gets or sets the maximum zoom level. Defaults to 100.
Type: Double

Methods

// Invokes an action in the UI thread.
Action action//
)