RadialAxis class abstract
Defines the Structure for any type of Axis which are Applicable for a Radial Type Chart
Constructors
- RadialAxis.new({required ChartTextStyle tickStyle, Color gridLineStrokeColor = Colors.black45, double gridLineStrokeWidth = 1.0})
Properties
- gridLineStrokeColor → Color
-
The Color of the Grid Lines
final
- gridLineStrokeWidth → double
-
The Width/Thickness of the Grid Lines
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tickStyle → ChartTextStyle
-
Styling for the Tick Labels
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