HighChartsOptions class
Constructors
-
HighChartsOptions.new({required String chartType, required HighChartsTitle title, HighChartsSubtitle? subtitle, required HighChartsXAxis xAxis, required HighChartsYAxis yAxis, required List<
HighChartsSeries> series})
Properties
- chartType → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
series
→ List<
HighChartsSeries> -
final
- subtitle → HighChartsSubtitle?
-
final
- title → HighChartsTitle
-
final
- xAxis → HighChartsXAxis
-
final
- yAxis → HighChartsYAxis
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited