RenderedChartJS class
- Inheritance
-
- Object
- RenderedChart
- RenderedChartJS
Constructors
- RenderedChartJS(ChartEngine engine, String type, dynamic chartObject, ChartData chartData)
Properties
- chartData → ChartData
-
finalinherited
- chartJsObject → JsObject?
-
no setterinherited
- chartObject → dynamic
-
finalinherited
- engine → ChartEngine
-
finalinherited
- hasChartJsObject → bool
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
finalinherited
Methods
-
addData(
dynamic xVal, dynamic yVal) → void -
addDateValue(
dynamic date, dynamic value) → void -
addOHLC(
dynamic series, dynamic time, double open, double high, double lower, double close, {int? timeTolerance, dynamic preserveTimeOfOverwrittenValue}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
) → void -
Refreshes the rendered chart.
override
-
refreshDelayed(
) → void -
Refreshes the rendered chart with a delay (consecutive calls are ignored).
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited