ILineSeries<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a line series plot.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IChartSeries<TDrawingContext>
IChartElement<TDrawingContext>
IStrokedAndFilled<TDrawingContext>
ICartesianSeries<TDrawingContext>
IErrorSeries<TDrawingContext>
Derived:
LineSeries<TModel, TVisual, TLabel, TDrawingContext, TPathGeometry, TErrorGeometry>
StackedAreaSeries<TModel, TVisual, TLabel, TDrawingContext, 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: IPaint<TDrawingContext>
Gets or sets the geometry stroke.
Type: IPaint<TDrawingContext>