IDrawable<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 The type of the drawing context.
Implements:
Derived:
IArcGeometry<TDrawingContext>
IBoxGeometry<TDrawingContext>
IColoredGeometry<TDrawingContext>
IDoughnutGeometry<TDrawingContext>
IFinancialGeometry<TDrawingContext>
IGeometry<TDrawingContext>
ILabelGeometry<TDrawingContext>
ILineGeometry<TDrawingContext>
INeedleGeometry<TDrawingContext>
IPaintable<TDrawingContext>
IPathGeometry<TDrawingContext, TPathArgs>
IRoundedGeometry<TDrawingContext>
ISizedGeometry<TDrawingContext>
ISolidColorGeometry<TDrawingContext>
IVariableSvgPath<TDrawingContext>
IVectorGeometry<TSegment, TDrawingContext>
VectorGeometry<TSegment>

Methods

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