ChartConfig class
Constructors
-
ChartConfig({required List<
ChartSeries> series, ChartTitle? title, Legend? legend, List<XAxis> xAxisList = const [XAxis()], List<YAxis> yAxisList = const [YAxis()], List<Polar> polarList = const [Polar()], List<Radar> radarList = const [], List<Parallel> parallelList = const [], List<Calendar> calendarList = const [], AnimatorProps animation = const AnimatorProps(), Grid grid = const Grid(), ScaleType scaleType = ScaleType.scale, DragType dragType = DragType.drag, ToolTip? toolTip})
Properties
- animation → AnimatorProps
-
final
-
calendarList
→ List<
Calendar> -
final
- dragType → DragType
-
final
- grid → Grid
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- legend → Legend?
-
final
-
parallelList
→ List<
Parallel> -
final
-
polarList
→ List<
Polar> -
final
-
radarList
→ List<
Radar> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scaleType → ScaleType
-
final
-
series
→ List<
ChartSeries> -
final
- title → ChartTitle?
-
final
- toolTip → ToolTip?
-
final
-
xAxisList
→ List<
XAxis> -
final
-
yAxisList
→ List<
YAxis> -
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