PlotStyle class
PlotStyle is used to style a plot
Constructors
Properties
- axis → Color
-
Color to draw the axis [...]
final
- axisStrokeWidth → double
-
Drawing width of the axis [...]
final
- gridline → Color
-
Color to draw the gridlines [...]
final
- outlineRadius → double
-
Drawing radius of point outlines [...]
final
- pointRadius → double
-
Drawing radius of points [...]
final
- primary → Color
-
Color to draw the points with [...]
final
- secondary → Color
-
Color to draw outlines with [...]
final
- textStyle → TextStyle
-
TextStyle
for the axis labels and titlesfinal - hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
other) → bool -
The equality operator. [...]
inherited