GeoMap
Class

Assembly LiveChartsCore.SkiaSharpView.WPF
Namespace LiveChartsCore.SkiaSharpView.WPF

Summary:
Defines a geographic map.

Inheritance:
Implements:

Constructors

// Initializes a new instance of the GeoMap class.

Properties

Gets or sets whether the chart auto-updates are enabled.
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 the motion canvas.
Type: MotionCanvas<SkiaSharpDrawingContext>
Gets or sets the active map.
Type: CoreMap<SkiaSharpDrawingContext>
Gets or sets the projection.
Type: MapProjection
Gets or sets the stroke.
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the fill.
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the series.
Type: IEnumerable<IGeoSeries>
Gets the control width.
Type: Double
Gets the control height.
Type: Double

Public static fields

The active map property
Type: DependencyProperty
The sync context property.
Type: DependencyProperty
The view command property.
Type: DependencyProperty
The map projection property
Type: DependencyProperty
The series property
Type: DependencyProperty
The stroke property
Type: DependencyProperty
The fill property
Type: DependencyProperty

Methods

// Called when the template is applied.