SourceGenSKMapChart
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsGeneratedCode
Summary:
Implements:
Derived:
Constructors
// Initializes a new instance of the SourceGenSKMapChart class.
| IGeoMapView mapView | // *summary not found* |
)
Properties
Gets the core chart.
Type: GeoMapChart
Type: GeoMapChart
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 or sets the projection.
Type: MapProjection
Type: MapProjection
Gets or sets the series.
Type: IEnumerable<IGeoSeries>
Type: IEnumerable<IGeoSeries>
Gets or sets the tooltip.
Type: IGeoMapTooltip
Type: IGeoMapTooltip
Gets or sets the tooltip position.
Type: TooltipPosition
Type: TooltipPosition
Gets or sets the tooltip text paint.
Type: Paint
Type: Paint
Gets or sets the tooltip background paint.
Type: Paint
Type: Paint
Gets or sets the tooltip text size.
Type: Double
Type: Double
Gets or sets the zooming speed, a value between 0.1 and 0.95.
Type: Double
Type: Double
Gets or sets the minimum zoom level. Defaults to 1.
Type: Double
Type: Double
Gets or sets the maximum zoom level. Defaults to 100.
Type: Double
Type: Double
Gets the motion canvas.
Type: CoreMotionCanvas
Type: CoreMotionCanvas
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. |
)