ConfigRenderPie class
Constructors
- ConfigRenderPie({double arcLength = 2 * pi, int? arcWidth, ArcLabelDecorator? arcLabelDecorator, double? arcRatio, double startAngle = -pi / 2, double strokeWidthPx = 2.0})
-
const
Properties
- arcLabelDecorator → ArcLabelDecorator?
-
final
- arcLength → double
-
Total arc length, in radians.
final
- arcRatio → double?
-
If set, configures the arcWidth to be a percentage of the radius.
final
- arcWidth → int?
-
Fixed width of the arc within the radius.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startAngle → double
-
Start angle for pie slices, in radians.
final
- strokeWidthPx → double
-
Stroke width of the border of the arcs.
final
Methods
-
getRenderNumeric(
) → ArcRendererConfig< num> -
getRenderOrdinal(
) → ArcRendererConfig< String> -
getRenderTime(
) → ArcRendererConfig< DateTime> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited