Property
arcLabelDecorator
Decorating pie item labels
arcLength
Type | Name | Default |
---|
double | arcLength | 2 * pi (pi from dart:math ) |
Total arc length, in radians.
2π = Full
Full | Three Quarter |
---|
| |
Half | Quarter |
| |
arcRatio
Type | Name | Default |
---|
double? | arcRatio | null |
If set, configure arcWidth to be a percentage of radius.
Must be between 0
and 1
0.5 | 0.2 |
---|
| |
arcWidth
Type | Name | Default |
---|
int? | arcWidth | null |
Sets the arc width in radius. If arcRatio is set, this value will be ignored.
40 |
---|
|
startAngle
Type | Name | Default |
---|
double | startAngle | -pi / 2 |
The initial angle for the pie slice, in radians. The angle is determined from the positive x-axis in Cartesian space.
The default initial angle is -π/2
default | -pi / 1 |
---|
| |
strokeWidthPx
Type | Name | Default |
---|
double | strokeWidthPx | 2.0 |
Stroke width at arc boundary