ChartLineOptions class abstract

Annotations
  • @anonymous
  • @JS()

Constructors

ChartLineOptions({num tension, dynamic backgroundColor, num borderWidth, dynamic borderColor, String borderCapStyle, List borderDash, num borderDashOffset, String borderJoinStyle, bool capBezierPoints, dynamic fill, bool stepped})
factory

Properties

backgroundColor ↔ dynamic
getter/setter pair
borderCapStyle String
getter/setter pair
borderColor ↔ dynamic
getter/setter pair
borderDash List
getter/setter pair
borderDashOffset num
getter/setter pair
borderJoinStyle String
getter/setter pair
borderWidth num
getter/setter pair
capBezierPoints bool
getter/setter pair
fill ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepped bool
getter/setter pair
tension num
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