AreaPlotOptions class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
- AreaPlotOptions({num pointStart, num pointInterval, bool showCheckbox, String pointIntervalUnit, dynamic pointPlacement, ChartMarker marker, String stacking, num lineWidth, String lineColor, EventPlotOptions events})
-
factory
Properties
- events ↔ EventPlotOptions
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- lineColor ↔ String
-
getter/setter pair
- lineWidth ↔ num
-
getter/setter pair
- marker ↔ ChartMarker
-
getter/setter pair
- pointInterval ↔ num
-
getter/setter pair
- pointIntervalUnit ↔ String
-
getter/setter pair
- pointPlacement ↔ dynamic
-
getter/setter pair
- pointStart ↔ num
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showCheckbox ↔ bool
-
getter/setter pair
- stacking ↔ String
-
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