LinePointHighlighter<D> constructor
LinePointHighlighter<D> ({
- SelectionModelType? selectionModelType,
- double? defaultRadiusPx,
- double? radiusPaddingPx,
- LinePointHighlighterFollowLineType? showHorizontalFollowLine,
- LinePointHighlighterFollowLineType? showVerticalFollowLine,
- List<
int> ? dashPattern, - bool? drawFollowLinesAcrossChart,
- SymbolRenderer? symbolRenderer,
Implementation
LinePointHighlighter(
{this.selectionModelType,
this.defaultRadiusPx,
this.radiusPaddingPx,
this.showHorizontalFollowLine,
this.showVerticalFollowLine,
this.dashPattern,
this.drawFollowLinesAcrossChart,
this.symbolRenderer});