SKGeoMap
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.SKCharts

Summary:

Inheritance:
Implements:

Constructors

// Initializes a new instance of the SKGeoMap class.
// Initializes a new instance of the SKGeoMap class.
IGeoMapView mapView// The map view.
)

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 whether the control is in designer mode.
Type: Boolean
Gets or sets the active map.
Type: DrawnMap
Gets the motion canvas.
Type: CoreMotionCanvas
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 view command.
Type: Object
Gets the core canvas.
Type: CoreMotionCanvas
Gets the core.
Type: Chart
Gets or sets the background.
Type: SKColor
Gets the control height.
Type: Int32
Gets the control width.
Type: Int32

Methods

// Draws the chart to the specified canvas.
SKCanvas canvas, // The canvas.
SKSurface surface, // The surface.
Boolean clearCanvasOnBeginDraw// [probably an obsolete param] Indicates whether the canvas should be cleared when the draw starts, default is false.
)
// Gets the current SKSurface.
// Saves the image to the specified path.
Stream stream, // The stream.
SKEncodedImageFormat format, // The format.
Int32 quality// The quality, an integer from 0 to 100.
)
// Saves the image to the specified path.
String path, // The path.
SKEncodedImageFormat format, // The format.
Int32 quality// The quality, an integer from 0 to 100.
)
// Draws the image to the specified canvas.
SKCanvas canvas, // The canvas
Boolean clearCanvasOnBeginDraw// Indicates whether the canvas should be cleared when the draw starts, default is false.
)