FluentPolarSeries class sealed
One polar series.
Ports DataSeries (types/DataPoint.ts:1184-1215) as specialised by
ScatterPolarSeries (:1329-1341), LinePolarSeries (:1344-1361) and
AreaPolarSeries (:1364-1381). Sealed rather than tagged, because the
upstream type discriminator exists only to make the union checkable.
Properties
- color → Color?
-
The series colour.
final
-
data
→ List<
FluentPolarDataPoint> -
The points.
final
- gradient → (Color, Color)?
-
A two-stop gradient that overrides color when gradients are enabled.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- legend → String
-
The series name, shown in the legend.
final
- legendShape → FluentChartLegendShape?
-
The legend swatch shape.
final
-
onLegendClick
→ void Function(List<
String> selected)? -
Invoked with the full selection after this legend is clicked.
final
- opacity → double?
-
The series opacity.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- useSecondaryYScale → bool
-
Whether this series is plotted against the secondary scale.
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