RadarDataSet class

Represents a radar/spider chart data set.

Contains multiple axes with values forming a polygon shape.

Constructors

RadarDataSet({required String label, required List<RadarDataPoint> dataPoints, required Color color})
Creates a radar data set.

Properties

color Color
The color used to render this data series.
final
dataPoints List<RadarDataPoint>
The list of radar data points (one per axis).
final
hashCode int
The hash code for this object.
no setteroverride
label String
The label for this data series.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.
override