Skip to main content
Version: 2.10.5

Property

areaOpacity​

TypeNameDefault
doubleareaOpacity0.1

Configures the opacity of the area lines on the chart. value range between 0-1. Associated with includeArea as true in order to show

areaOpacity


dashPattern​

TypeNameDefault
List<int>?dashPatternnull

Pattern for lines

dashPattern


includeArea​

TypeNameDefault
boolincludeAreafalse

Each coordinate point is pulled towards the domain axis, thus forming an area

includeArea


includeLine​

TypeNameDefault
boolincludeLinetrue

Displays lines on the chart


includePoints​

TypeNameDefault
boolincludePointsfalse

Displays coordinates in the form of plot points

includePoints


radiusPx​

TypeNameDefault
doubleradiusPx3.5

Plot point size, to check changes must set true on includePoints

radiusPx


roundEndCaps​

TypeNameDefault
boolroundEndCapsfalse

Shape the end of the line. Edit the stroke to be bold so the changes are clearer

roundEndCaps_true roundEndCaps_false


strokeWidthPx​

TypeNameDefault
doublestrokeWidthPx2.0

Line thickness

strokeWidthPx


showPointLabel​

TypeDefault
boolfalse

show label on plot point


pointLabelDecorator​

TypeDefault
PointLabelDecorator?null

to decor label on bar item.