ILineSeries
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a line series plot.

Implements:
Derived:
CoreLineSeries<TModel, TVisual, TLabel, TPathGeometry, TErrorGeometry>
CoreStackedAreaSeries<TModel, TVisual, TLabel, TPathGeometry, TErrorGeometry>
LineSeries<TModel>
LineSeries<TModel, TVisual>
LineSeries<TModel, TVisual, TLabel>
StackedAreaSeries<TModel, TVisual>
StackedAreaSeries<TModel, TVisual, TLabel>

Properties

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: Paint
Gets or sets the geometry stroke.
Type: Paint