GeoMap
Class

Assembly LiveChartsCore.SkiaSharpView.Avalonia
Namespace LiveChartsCore.SkiaSharpView.Avalonia

Summary:

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: CoreMotionCanvas
Gets or sets the active map.
Type: DrawnMap
Gets or sets the projection.
Type: MapProjection
Gets or sets the stroke.
Type: Paint
Gets or sets the fill.
Type: Paint
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: AvaloniaProperty<DrawnMap>
The active map property.
Type: AvaloniaProperty<Object>
The active map property.
Type: AvaloniaProperty<Object>
The stroke property.
Type: AvaloniaProperty<Paint>
The fill color property.
Type: AvaloniaProperty<Paint>