SourceGenSKMapChart
Class

Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsGeneratedCode

Summary:

Inheritance:
Object =>
InMemorySkiaSharpChart =>
SourceGenSKMapChart
Implements:
Derived:

Constructors

// Initializes a new instance of the SourceGenSKMapChart class.
IGeoMapView mapView// *summary not found*
)

Properties

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
Gets the motion canvas.
Type: CoreMotionCanvas
Gets or sets the background.
Type: SKColor
Gets or sets the height.
Type: Int32
Gets or sets the width.
Type: Int32

Methods

// Draws the chart to the specified canvas.
SKCanvas canvas// The canvas.
)
// 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.
)