LinePointHighlighter<D, T extends Object> constructor

LinePointHighlighter<D, T extends Object>({
  1. SelectionModelType? selectionModelType,
  2. double? defaultRadiusPx,
  3. double? radiusPaddingPx,
  4. LinePointHighlighterFollowLineType? showHorizontalFollowLine,
  5. LinePointHighlighterFollowLineType? showVerticalFollowLine,
  6. List<int>? dashPattern,
  7. bool? drawFollowLinesAcrossChart,
  8. List<String>? seriesIds,
  9. void onHighLightDatumUpdated(
    1. List<HighlighterPointInfo<T>>? selectedDetails
    )?,
  10. SymbolRenderer? symbolRenderer,
})

Implementation

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