ChartData class

Constructors

ChartData({required dynamic xValue, required num yValue, Color? color, String? label, num? secondYValue, num? thirdYValue, num? size, num? open, num? close, num? low, num? high, num? volume, List<num>? boxValues})

Properties

boxValues → List<num>?
final
close → num?
final
color → Color?
final
hashCode → int
The hash code for this object.
no setterinherited
high → num?
final
label → String?
final
low → num?
final
open → num?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
secondYValue → num?
final
size → num?
final
thirdYValue → num?
final
volume → num?
final
xValue → dynamic
final
yValue → num
final

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