HighchartsNavigatorOptions constructor
HighchartsNavigatorOptions({
- HighchartsNavigatorAccessibilityOptions? accessibility,
- bool? adaptToUpdatedData,
- dynamic baseSeries,
- bool? enabled,
- HighchartsNavigatorHandlesOptions? handles,
- double? height,
- double? margin,
- Map<
String, dynamic> ? maskFill, - bool? maskInside,
- bool? opposite,
- String? outlineColor,
- double? outlineWidth,
- List<
HighchartsNavigatorSeriesOptions> ? series, - bool? stickToMax,
- HighchartsNavigatorXAxisOptions? xAxis,
- HighchartsNavigatorYAxisOptions? yAxis,
The navigator is a small series below the main series, displaying a view of the entire data set. It provides tools to zoom in and out on parts of the data as well as panning across the dataset.
Implementation
HighchartsNavigatorOptions(
{this.accessibility,
this.adaptToUpdatedData,
this.baseSeries,
this.enabled,
this.handles,
this.height,
this.margin,
this.maskFill,
this.maskInside,
this.opposite,
this.outlineColor,
this.outlineWidth,
this.series,
this.stickToMax,
this.xAxis,
this.yAxis});