SKGeoMap
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.SKCharts
Summary:
Implements:
Constructors
// Initializes a new instance of the SKGeoMap class.
// Initializes a new instance of the SKGeoMap class.
| IGeoMapView<SkiaSharpDrawingContext> mapView | // The map view. |
)
Properties
Gets or sets whether the chart auto-updates are enabled.
Type: Boolean
Type: Boolean
Gets or sets the Synchronization Context, use this property to
use an external object to handle multi threading synchronization.
Type: Object
Type: Object
Gets whether the control is in designer mode.
Type: Boolean
Type: Boolean
Gets or sets the active map.
Type: CoreMap<SkiaSharpDrawingContext>
Type: CoreMap<SkiaSharpDrawingContext>
Gets the motion canvas.
Type: MotionCanvas<SkiaSharpDrawingContext>
Type: MotionCanvas<SkiaSharpDrawingContext>
Gets or sets the projection.
Type: MapProjection
Type: MapProjection
Gets or sets the stroke.
Type: IPaint<SkiaSharpDrawingContext>
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the fill.
Type: IPaint<SkiaSharpDrawingContext>
Type: IPaint<SkiaSharpDrawingContext>
Gets or sets the series.
Type: IEnumerable<IGeoSeries>
Type: IEnumerable<IGeoSeries>
Gets or sets the view command.
Type: Object
Type: Object
Gets the core canvas.
Type: MotionCanvas<SkiaSharpDrawingContext>
Type: MotionCanvas<SkiaSharpDrawingContext>
Gets or sets the background.
Type: SKColor
Type: SKColor
Methods
// 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. |
)