RadarSeries class
一组数据(可一次渲染多组)
values 与 dimensions
一一对应
fillColor/fillGradient/fillOpacity 填充
strokeColor/strokeWidth 描边
showPoints/pointRadius 顶点圆点
labelBgColor 外侧徽章/内侧徽章背景(与 labelMode 相关)
legend 用于图例显示
Constructors
Properties
- fillColor → Color?
-
final
- fillGradient → Gradient?
-
final
- fillOpacity → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- labelBgColor → Color
-
final
- legend → String?
-
final
- pointRadius → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showPoints → bool
-
final
- strokeColor → Color
-
final
- strokeWidth → double
-
final
-
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