ChartDataLabel class

ChartDataPoint Object

Holds the plot values for each data node in the series

Constructors

ChartDataLabel({Color color = Colors.transparent, String? anchor, String? position, String? direction, dynamic label, dynamic labelcolor, int? labelsize, dynamic startlabel, dynamic endlabel, dynamic x, dynamic x1, dynamic x2, dynamic y, dynamic y1, dynamic y2})

Properties

anchor String?
final
color Color
final
direction String?
final
endlabel → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
label → dynamic
final
labelcolor → dynamic
final
labelsize int?
final
position String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startlabel → dynamic
final
x → dynamic
final
x1 → dynamic
final
x2 → dynamic
final
y → dynamic
final
y1 → dynamic
final
y2 → dynamic
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