ILabelGeometry<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a label geometry in the user interface.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IGeometry<TDrawingContext>
IDrawable<TDrawingContext>
IPaintable<TDrawingContext>
Derived:

Properties

Gets or sets the padding.
Type: Padding
Gets or sets the line height [in times the text height].
Type: Single
Gets or sets the vertical align.
Type: Align
Gets or sets the horizontal align.
Type: Align
Gets or sets the text.
Type: String
Gets or sets the size of the text.
Type: Single
Gets or sets the maximum width.
Type: Single
Gets or sets the background color.
Type: LvcColor