AnnotationSegment<D> class abstract

Base class for chart annotations.

Implementers

Constructors

AnnotationSegment(RangeAnnotationAxisType axisType, {String? axisId, Color? color, String? startLabel, String? endLabel, String? middleLabel, AnnotationLabelAnchor? labelAnchor, AnnotationLabelDirection? labelDirection, AnnotationLabelPosition? labelPosition, TextStyleSpec? labelStyleSpec})

Properties

axisId String?
final
axisType RangeAnnotationAxisType
final
color Color?
final
endLabel String?
final
hashCode int
The hash code for this object.
no setterinherited
key String
no setter
labelAnchor AnnotationLabelAnchor?
final
labelDirection AnnotationLabelDirection?
final
labelPosition AnnotationLabelPosition?
final
labelStyleSpec TextStyleSpec?
final
middleLabel String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startLabel String?
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