IGeoMapView<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Geo

Summary:
Defines a geographic map.

Type parameters:
TDrawingContext *summary not found*
Derived:

Properties

Gets or sets the active map.
Type: CoreMap<TDrawingContext>
Gets the motion canvas.
Type: MotionCanvas<TDrawingContext>
Gets the control width.
Type: Single
Gets the control height.
Type: Single
Gets or sets the stroke.
Type: IPaint<TDrawingContext>
Gets or sets the fill.
Type: IPaint<TDrawingContext>
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 view command.
Type: Object
Gets or sets the series.
Type: IEnumerable<IGeoSeries>

Methods

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