IFinancialSeries<TDrawingContext>
Interface

Assembly LiveChartsCore
Namespace LiveChartsCore.Kernel.Sketches

Summary:
Defines a financial series.

Type parameters:
TDrawingContext The type of the drawing context.
Implements:
IChartSeries<TDrawingContext>
IChartElement<TDrawingContext>
ICartesianSeries<TDrawingContext>
Derived:
FinancialSeries<TModel, TVisual, TLabel, TMiniatureGeometry, TDrawingContext>
CandlesticksSeries<TModel, TVisual>
CandlesticksSeries<TModel, TVisual, TLabel>

Properties

Gets or sets the maximum width of the bar.
Type: Double
Gets or sets the up stroke, the stroke when the trend goes up.
Type: IPaint<TDrawingContext>
Gets or sets the up stroke, the stroke when the trend goes down.
Type: IPaint<TDrawingContext>
Gets or sets the up fill, the fill when the trend goes up.
Type: IPaint<TDrawingContext>
Gets or sets the up fill, the fill when the trend goes down.
Type: IPaint<TDrawingContext>