IStepLineSeries<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a stepline series plot.

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

Properties

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 size of the geometry.
Type: Double
Gets or sets the geometry fill.
Type: IPaint<TDrawingContext>
Gets or sets the geometry stroke.
Type: IPaint<TDrawingContext>