ChartCrossLineStyle class

Constructors

ChartCrossLineStyle({double width = 0.5, double span = 5, double length = 5, Color color = const Color(0xffffffff)})
const

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

Operators

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