Skip to main content
Version: 3.0.0

ConfigSeriesLine

Inherit

includeLine

Typedefault
booltrue

Configures whether a line representing the data will be drawn.

alt alt

stacked

Typedefault
boolfalse

adjust the offset of one chart above another chart.

alt alt

roundEndCaps

Typedefault
boolfalse

Whether lines should have round end caps, or square if false.

alt alt

strokeWidthPxBase

Typedefault
double2

Stroke width of the line.
Prioritize: strokeWidthPx

alt alt

dashPatternBase

Typedefault
List<int>?null

Dash pattern for the line.
Prioritize: dashPattern

alt

includeArea

Typedefault
boolfalse

Configures whether an area skirt representing the data will be drawn.

An area skirt will be drawn from the line for each series, down to the domain axis. It will be layered underneath the primary line on the chart.

The area skirt color will be a semi-transparent version of the series color, using [areaOpacity] as the opacity.

When stacking is enabled, the bottom of each area skirt will instead be the previous line in the stack. The bottom area will be drawn down to the domain axis.

alt

areaOpacity

Typedefault
double5

Configures the opacity of the area skirt on the chart.
value: 0 - 1
If areaColor already set, opacity must be set from areaColor.

alt alt

includePoints

Typedefault
boolfalse

Configures whether points representing the data will be drawn.

alt

pointSymbol

Typedefault
SymbolRenderconst SymbolRenderCircle()

symbol for point:
Circle, Line, Rect, RoundedRect, Triangle

pointRadiusBase

Typedefault
double5

Radius of points on the line, if [includePoints] is enabled.
Prioritize: pointRadius

alt

includePointLabel

Typedefault
boolfalse

show label on plot point

alt

pointLabelDecorator

Typedefault
PointLabelDecorator<D,T>const PointLabelDecorator<T>()

to decor label on plot point