ChartSeries class abstract
- Annotations
-
- @anonymous
- @JS()
Constructors
- ChartSeries({String name})
-
factory
Properties
-
data
→ List<
Point> -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String
-
getter/setter pair
-
points
→ List<
Point> -
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selected → bool
-
no setter
- type → String
-
no setter
- visible → bool
-
no setter
Methods
-
hide(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
) → void -
setVisible(
bool visible, bool redraw) → void -
show(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited