LineProperties class

Propertie class for all the lines that will be created in the line graph.

Constructors

LineProperties({required List<double> values, double lineWidth = 1, Color lineColor = Colors.blue, Color fillColor = Colors.lightBlue, Color dataPointColor = Colors.purple, bool filledGraph = false, bool showDataPoints = true, double dataPointSize = 2})

Properties

dataPointColor Color
getter/setter pair
dataPointSize double
getter/setter pair
fillColor Color
getter/setter pair
filledGraph bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineColor Color
getter/setter pair
lineWidth double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDataPoints bool
getter/setter pair
values List<double>
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