ChartPointOptions class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

ChartPointOptions({num radius, String pointStyle, dynamic backgroundColor, num borderWidth, dynamic borderColor, num hitRadius, num hoverRadius, num hoverBorderWidth})
factory

Properties

backgroundColor ↔ dynamic
getter/setter pair
borderColor ↔ dynamic
getter/setter pair
borderWidth num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hitRadius num
getter/setter pair
hoverBorderWidth num
getter/setter pair
hoverRadius num
getter/setter pair
pointStyle String
getter/setter pair
radius num
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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