FluentPolarLineOptions class

The polar-only members that reach a chart through lineOptions upstream.

scatterpolar-utils.tsx:69-87 (extractMaybeLineOptions) pulls exactly these four out of the raw lineOptions bag. Spec §5.6 moves them off FluentLineOptions, because none of them says anything about a stroke.

Annotations

Constructors

FluentPolarLineOptions({String? direction, List<String>? axisLabel, double? rotation, double? originXOffset})
Creates a polar line configuration.
const

Properties

axisLabel List<String>?
Explicit angular-axis labels, one per category.
final
direction String?
'clockwise' or 'counterclockwise' (scatterpolar-utils.tsx:80-83).
final
hashCode int
The hash code for this object.
no setterinherited
originXOffset double?
Horizontal offset of the polar origin, in logical pixels (scatterpolar-utils.tsx:79).
final
rotation double?
Rotation of the polar origin, in degrees (scatterpolar-utils.tsx:83).
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.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited