Point class abstract

Annotations

Constructors

Point()

Properties

category String
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
no setter
name String
no setter
plotX int
no setter
plotY int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool
no setter
series List<ChartSeries>
getter/setter pair
visible bool
no setter
x int
no setter
y int
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
select(bool selected, bool accumulate) → void
setState(String state, bool move) → void
tooltipFormatter(String context) → void
toString() String
A string representation of this object.
inherited
update(num yValue, bool? redraw, bool? animation) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited