RangeAnnotationSegment<D> class

Data for a chart range annotation.

Constructors

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

Properties

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