PaintSchedule<TDrawingContext>
Class

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel

Summary:
Defines a schedule to be drawn by an IPaint`1 instance.

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

Constructors

// Initializes a new instance of the PaintSchedule`1 class.
IPaint<TDrawingContext> task, // The task.
HashSet<IDrawable<TDrawingContext>> geometries// The geometries.
)

Properties

Gets or sets the paint task.
Type: IPaint<TDrawingContext>
Gets or sets the geometries.
Type: HashSet<IDrawable<TDrawingContext>>