ChartSampleData class
Chart sample data
Constructors
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