IPaintable<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a paintable object, an object that has can have its own paint definition.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IDrawable<TDrawingContext>
Derived:
IArcGeometry<TDrawingContext>
IBoxGeometry<TDrawingContext>
IColoredGeometry<TDrawingContext>
IDoughnutGeometry<TDrawingContext>
IFinancialGeometry<TDrawingContext>
IGeometry<TDrawingContext>
ILabelGeometry<TDrawingContext>
ILineGeometry<TDrawingContext>
INeedleGeometry<TDrawingContext>
IRoundedGeometry<TDrawingContext>
ISizedGeometry<TDrawingContext>
ISolidColorGeometry<TDrawingContext>
IVariableSvgPath<TDrawingContext>
IVectorGeometry<TSegment, TDrawingContext>
VectorGeometry<TSegment>

Properties

Gets or sets the stroke paint.
Type: IPaint<TDrawingContext>
Gets or sets the fill paint.
Type: IPaint<TDrawingContext>
Gets or sets the opacity.
Type: Single