Property
areaOpacity
Type | Name | Default |
---|---|---|
double | areaOpacity | 0.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
dashPattern
Type | Name | Default |
---|---|---|
List<int>? | dashPattern | null |
Pattern for lines
includeArea
Type | Name | Default |
---|---|---|
bool | includeArea | false |
Each coordinate point is pulled towards the domain axis, thus forming an area
includeLine
Type | Name | Default |
---|---|---|
bool | includeLine | true |
Displays lines on the chart
includePoints
Type | Name | Default |
---|---|---|
bool | includePoints | false |
Displays coordinates in the form of plot points
radiusPx
Type | Name | Default |
---|---|---|
double | radiusPx | 3.5 |
Plot point size, to check changes must set true on includePoints
roundEndCaps
Type | Name | Default |
---|---|---|
bool | roundEndCaps | false |
Shape the end of the line. Edit the stroke to be bold so the changes are clearer
strokeWidthPx
Type | Name | Default |
---|---|---|
double | strokeWidthPx | 2.0 |
Line thickness
showPointLabel
Type | Default |
---|---|
bool | false |
show label on plot point
pointLabelDecorator
Type | Default |
---|---|
PointLabelDecorator? | null |
to decor label on bar item.