IDrawable<TDrawingContext>
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing
Summary:
Defines a drawable object, an object that can be represented in the user interface.
| TDrawingContext | The type of the drawing context. |
Derived:
Methods
// Draws the instance in the user interface with for the specified context.
Draw(
| TDrawingContext context | // The context. |
)