RenderedChart class abstract
Represents a rendered chart.
- Implementers
Constructors
- RenderedChart.new(ChartEngine engine, String type, dynamic chartObject, ChartData chartData)
Properties
- chartData → ChartData
-
final
- chartJsObject → JsObject?
-
no setter
- chartObject → dynamic
-
final
- engine → ChartEngine
-
final
- hasChartJsObject → bool
-
no setter
- 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
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
) → void - Refreshes the rendered chart.
-
refreshDelayed(
) → void - Refreshes the rendered chart with a delay (consecutive calls are ignored).
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited