LimitLine class

Inheritance

Constructors

LimitLine(double _limit, [String? _label])

Properties

backgroundColor Color
getter/setter pair
dashPathEffect DashPathEffect?
getter/setter pair
drawBackground bool
getter/setter pair
enabled bool
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
label String?
getter/setter pair
labelPosition LimitLabelPosition
getter/setter pair
limit double
no setter
lineColor Color
getter/setter pair
lineWidth double?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textColor Color
getter/setter pairinherited
textSize double
getter/setter pairinherited
textStyle PaintingStyle
getter/setter pair
typeface TypeFace?
getter/setter pairinherited
xOffset double
getter/setter pairinherited
yOffset double
getter/setter pairinherited

Methods

disableDashedLine() → void
Disables the line to be drawn in dashed mode.
enableDashedLine(double lineLength, double spaceLength, double phase) → void
Enables the line to be drawn in dashed mode, e.g. like this "- - - - - -"
isDashedLineEnabled() bool
Returns true if the dashed-line effect is enabled, false if not. Default: disabled
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLineWidth(double width) → void
set the line width of the chart (min = 0.2f, max = 12f); default 2f NOTE: thinner line == better performance, thicker line == worse performance
toString() String
A string representation of this object.
inherited

Operators

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