ChartSampleData class

Chart sample data

Constructors

ChartSampleData({dynamic x, num? y, dynamic xValue, num? yValue, num? secondSeriesYValue, num? thirdSeriesYValue, Color? pointColor, num? size, String? text, num? open, num? close, num? low, num? high, num? volume})
Holds the datapoint values like x, y, etc.,

Properties

close num?
Holds close value of the datapoint
final
hashCode int
The hash code for this object.
no setterinherited
high num?
Holds high value of the datapoint
final
low num?
Holds low value of the datapoint
final
open num?
Holds open value of the datapoint
final
pointColor Color?
Holds point color of the datapoint
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondSeriesYValue num?
Holds y value of the datapoint(for 2nd series)
final
size num?
Holds size of the datapoint
final
text String?
Holds datalabel/text value mapper of the datapoint
final
thirdSeriesYValue num?
Holds y value of the datapoint(for 3nd series)
final
volume num?
Holds open value of the datapoint
final
x → dynamic
Holds x value of the datapoint
final
xValue → dynamic
Holds x value of the datapoint
final
y num?
Holds y value of the datapoint
final
yValue num?
Holds y value of the datapoint
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