Sketch<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Drawing

Summary:
Defines the paint context.

Type parameters:
TDrawingContext The type of the drawing context.
Inheritance:
Object =>
Sketch<TDrawingContext>

Constructors

// Initializes a new instance of the Sketch`1 class.
Double width, // The widht.
Double height, // The height.
String svg// The svg path.
)

Properties

Gets or sets the width.
Type: Double
Gets or sets the height.
Type: Double
Svg
Gets or sets the Svg.
Type: String
Gets or sets the paint schedules.
Type: List<PaintSchedule<TDrawingContext>>