AnnotationSegment<D>  constructor 
      
      AnnotationSegment<D> (
    
    
- RangeAnnotationAxisType axisType, {
- String? axisId,
- Color? color,
- String? startLabel,
- String? endLabel,
- String? middleLabel,
- AnnotationLabelAnchor? labelAnchor,
- AnnotationLabelDirection? labelDirection,
- AnnotationLabelPosition? labelPosition,
- TextStyleSpec? labelStyleSpec,
Implementation
AnnotationSegment(
  this.axisType, {
  this.axisId,
  this.color,
  this.startLabel,
  this.endLabel,
  this.middleLabel,
  this.labelAnchor,
  this.labelDirection,
  this.labelPosition,
  this.labelStyleSpec,
});