LinePointHighlighter<D> constructor

LinePointHighlighter<D>({
  1. SelectionModelType? selectionModelType,
  2. double? defaultRadiusPx,
  3. double? radiusPaddingPx,
  4. LinePointHighlighterFollowLineType? showHorizontalFollowLine,
  5. LinePointHighlighterFollowLineType? showVerticalFollowLine,
  6. List<int>? dashPattern,
  7. bool? drawFollowLinesAcrossChart,
  8. SymbolRenderer? symbolRenderer,
})

Implementation

LinePointHighlighter({
  this.selectionModelType,
  this.defaultRadiusPx,
  this.radiusPaddingPx,
  this.showHorizontalFollowLine,
  this.showVerticalFollowLine,
  this.dashPattern,
  this.drawFollowLinesAcrossChart,
  this.symbolRenderer,
});