ChartCrossLineStyle class
Properties
-
color
→ Color
-
Line color.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
length
→ double
-
Every length in dashed line. It will draw solid line if span or length not bigger than 0.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
span
→ double
-
Line span if draw dashed line. It will draw solid line if span or length not bigger than 0.
final
-
width
→ double
-
Cross line width.
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