CartesianChartData class

Constructors

CartesianChartData.new({required int yValue, dynamic x, num? y, dynamic xValue, num? secondSeriesYValue, num? thirdSeriesYValue, Color? pointColor, num? size, String? text, num? open, num? close, num? low, num? high, num? volume})

Properties

close num?
final
hashCode int
The hash code for this object.
no setterinherited
high num?
final
low num?
final
open num?
final
pointColor Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondSeriesYValue num?
final
size num?
final
text String?
final
thirdSeriesYValue num?
final
volume num?
final
x → dynamic
final
xValue → dynamic
final
y num?
final
yValue int
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