PieChartSpec class
A pie chart.
Constructors
- PieChartSpec({ChartData? domain, String? legendPosition, double? pieHole, ChartData? series, bool? threeDimensional})
- PieChartSpec.fromJson(Map json_)
Properties
- domain ↔ ChartData?
-
The data that covers the domain of the pie chart.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- legendPosition ↔ String?
-
Where the legend of the pie chart should be drawn.
Possible string values are:
getter/setter pair
- pieHole ↔ double?
-
The size of the hole in the pie chart.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- series ↔ ChartData?
-
The data that covers the one and only series of the pie chart.
getter/setter pair
- threeDimensional ↔ bool?
-
True if the pie is three dimensional.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited