InMemorySkiaSharpChart
Class
Assembly LiveChartsCore.SkiaSharpView
Namespace LiveChartsCore.SkiaSharpView.SKCharts
Summary:
A chart that is able to generate images or draw to a given canvas.
Object
=>
InMemorySkiaSharpChart
Constructors
// Initializes a new instance of the InMemorySkiaSharpChart class.
Properties
Gets the core 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. |
)