IDoughnutGeometry<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Drawing

Summary:
Defines a doughnut geometry.

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

Properties

Gets or sets the center x.
Type: Single
Gets or sets the center y.
Type: Single
Gets or sets the width.
Type: Single
Gets or sets the height.
Type: Single
Gets or sets the start angle in degrees.
Type: Single
Gets or sets the sweep angle in degrees.
Type: Single
Gets or sets the push out.
Type: Single
Gets or sets the inner radius.
Type: Single
Gets or sets the corner radius.
Type: Single
Gets or sets a value indicating whether the direction of the corner radius is inverted.
Type: Boolean