HighchartsNavigatorSeriesOptions constructor
HighchartsNavigatorSeriesOptions({
- String? className,
- String? color,
- List? data,
- HighchartsNavigatorSeriesDataGroupingOptions? dataGrouping,
- HighchartsNavigatorSeriesDataLabelsOptions? dataLabels,
- double? fillOpacity,
- String? id,
- String? lineColor,
- double? lineWidth,
- HighchartsNavigatorSeriesMarkerOptions? marker,
- HighchartsNavigatorSeriesPointRangeOptions? pointRange,
- double? threshold,
- String? type,
Options for the navigator series. Available options are the same as any series, documented at plotOptions and series.
API Docs: https://api.highcharts.com/highcharts/navigator.series
Implementation
HighchartsNavigatorSeriesOptions(
{this.className,
this.color,
this.data,
this.dataGrouping,
this.dataLabels,
this.fillOpacity,
this.id,
this.lineColor,
this.lineWidth,
this.marker,
this.pointRange,
this.threshold,
this.type});