IPolarLineSeries<TDrawingContext>
Interface
Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches
Summary:
Defines a polar line series plot.
TDrawingContext | The type of the drawing context. |
Derived:
Properties
Gets or sets the size of the geometry.
Type: Double
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
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
Type: Boolean
Gets or sets the geometry fill.
Type: IPaint<TDrawingContext>
Type: IPaint<TDrawingContext>
Gets or sets the geometry stroke.
Type: IPaint<TDrawingContext>
Type: IPaint<TDrawingContext>