LineChartOptions class

Annotations

Constructors

LineChartOptions({double hotspotInnerRadius = 3.0, double hotspotOuterRadius = 6.0, Color hotspotInnerPaintColor = material.Colors.yellow, Color hotspotOuterPaintColor = material.Colors.black, double lineStrokeWidth = 3.0})
Constructor with default values.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
hotspotInnerPaintColor Color
Paint for the inner circle on line chart. Using common paint object for all circles, we force all circles to look the same. todo 3 - consider per dataRow control.
final
hotspotInnerRadius double
Control the look of the circle on line chart
final
hotspotOuterPaintColor Color
final
hotspotOuterRadius double
final
lineStrokeWidth double
Width of the line connecting the circles on line chart. Paint for one series. Using one option for all series, we force all series width the same. todo 3 - consider per dataRow width instances.
final
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