RenderedApexCharts class
- Inheritance
-
- Object
- RenderedChart
- RenderedApexCharts
Constructors
- RenderedApexCharts(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
-
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