IDrawnElement<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a drawable object, an object that can be represented in the user interface.

Type parameters:
TDrawingContext
Implements:
Derived:
BaseContainer<TShape, TDrawingContext>
CoreAbsoluteLayout<TDrawingContext>
CoreStackLayout<TDrawingContext>
CoreTableLayout<TDrawingContext>
Container<TShape>

Methods

// Draws the instance in the user interface with for the specified context.
TDrawingContext context//
)