UChartSeries class

A named list of Y values sharing a single category (X) axis. Used by line, area, bar, radar and histogram charts.

Constructors

UChartSeries({required List<double> values, String? name, Color? color, List<Color>? gradient, List<Color>? pointColors, bool? filled, bool dashed = false})
const

Properties

color Color?
final
dashed bool
final
filled bool?
Per-series fill override for line charts; falls back to the widget's value.
final
gradient List<Color>?
final
hashCode int
The hash code for this object.
no setterinherited
name String?
final
pointColors List<Color>?
Optional per-point colors (e.g. a distinctly colored bar per category).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
values List<double>
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