GeoMap
Class

Assembly LiveChartsCore.SkiaSharpView.WinUI
Namespace LiveChartsCore.SkiaSharpView.WinUI

Summary:

Inheritance:
Implements:

Constructors

// Initializes a new instance of the SourceGenMapChart class.

Properties

Gets the motion canvas.
Type: CoreMotionCanvas
Gets the core chart.
Type: GeoMapChart
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 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 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