PlotStyle class

PlotStyle is used to style a plot

Constructors

PlotStyle({double pointRadius: 2.0, double outlineRadius: 0.0, Color primary: const Color(0xFF0000FF), Color secondary: const Color(0xFFFF0000), Color gridline, Color axis, double axisStrokeWidth: 1.0, @required TextStyle textStyle })

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 titles
final
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