VerticalLine class

Represents a vertical line in the chart.

Constructors

VerticalLine(int index, {String? label, String? color, double? yPosition, String? textAlign})

Properties

color String?
Color of lien and label.
final
hashCode int
The hash code for this object.
no setterinherited
index int
The index of the dataset value.
final
label String?
Label for the line.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textAlign String?
The text align with the vertical line: center, 'left', 'right'.
final
yPosition double?
Position (from 0 to 1) in the Y axis.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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