PiePlotOptions class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
- PiePlotOptions({String cursor, bool shadow, bool showCheckbox, bool showInLegend, List center, ChartDataLabels dataLabels, bool allowPointSelect, bool ignoreHiddenPoint, String size, ChartStates states, num startAngle, num endAngle, String borderColor, num borderWidth, EventPlotOptions events})
-
factory
Properties
- allowPointSelect ↔ bool
-
getter/setter pair
- center ↔ List
-
getter/setter pair
- cursor ↔ String
-
getter/setter pair
- dataLabels ↔ ChartDataLabels
-
getter/setter pair
- endAngle ↔ num
-
getter/setter pair
- events ↔ EventPlotOptions
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ignoreHiddenPoint ↔ bool
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shadow ↔ bool
-
getter/setter pair
- showCheckbox ↔ bool
-
getter/setter pair
- showInLegend ↔ bool
-
getter/setter pair
- size ↔ String
-
getter/setter pair
- startAngle ↔ num
-
getter/setter pair
- states ↔ ChartStates
-
getter/setter pair
Methods
-
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