LineAnnotationSegment<D>  class 
 
Data for a chart line annotation.
- Inheritance
- 
    - Object
- AnnotationSegment<D> 
- LineAnnotationSegment
 
Constructors
- 
          LineAnnotationSegment(D value, RangeAnnotationAxisType axisType, {String? axisId, Color? color, String? startLabel, String? endLabel, String? middleLabel, AnnotationLabelAnchor? labelAnchor, AnnotationLabelDirection? labelDirection, AnnotationLabelPosition? labelPosition, TextStyleSpec? labelStyleSpec, List<int> ? dashPattern, double strokeWidthPx = _defaultStrokeWidthPx})
Properties
- axisId → String?
- 
  
  finalinherited
- axisType → RangeAnnotationAxisType
- 
  
  finalinherited
- color → Color?
- 
  
  finalinherited
- 
  dashPattern
  → List<int> ?
- 
  
  final
- endLabel → String?
- 
  
  finalinherited
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- key → String
- 
  
  no setteroverride
- 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
- strokeWidthPx → double
- 
  
  final
- value → 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