IPolarLineSeries<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a polar line series plot.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IChartSeries<TDrawingContext>
IChartElement<TDrawingContext>
IStrokedAndFilled<TDrawingContext>
IPolarSeries<TDrawingContext>
Derived:
PolarLineSeries<TModel, TVisual, TLabel, TDrawingContext, TPathGeometry>
PolarLineSeries<TModel>
PolarLineSeries<TModel, TVisual>
PolarLineSeries<TModel, TVisual, TLabel>

Properties

Gets or sets a value indicating whether this series path is closed, default is true.
Type: Boolean
Gets or sets the size of the geometry.
Type: Double
Gets or sets the line smoothness, where 0 is a straight line, and 1 the most curved line, default is 0.65
Type: Double
Gets or sets a value indicating whether the line should split every null point, enabling it has a performance impact, default is true.
Type: Boolean
Gets or sets the geometry fill.
Type: IPaint<TDrawingContext>
Gets or sets the geometry stroke.
Type: IPaint<TDrawingContext>