HighchartsNavigatorSeriesOptions class

Options for the navigator series. Available options are the same as any series, documented at plotOptions and series.

Unless data is explicitly defined on navigator.series, the data is borrowed from the first series in the chart.

Default series options for the navigator series are:

API Docs: https://api.highcharts.com/highcharts/navigator.series

Inheritance

Constructors

HighchartsNavigatorSeriesOptions.new({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.

Properties

className String?
Highcharts Options Widget.
getter/setter pair
color String?
Sets the fill color of the navigator series.
getter/setter pair
data List?
Unless data is explicitly defined, the data is borrowed from the first series in the chart.
getter/setter pair
dataGrouping HighchartsNavigatorSeriesDataGroupingOptions?
Data grouping options for the navigator series.
getter/setter pair
dataLabels HighchartsNavigatorSeriesDataLabelsOptions?
Data label options for the navigator series. Data labels are disabled by default on the navigator series.
getter/setter pair
fillOpacity double?
The fill opacity of the navigator series.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
Highcharts Options Widget.
getter/setter pair
lineColor String?
Line color for the navigator series. Allows setting the color while disallowing the default candlestick setting.
getter/setter pair
lineWidth double?
The pixel line width of the navigator series.
getter/setter pair
marker HighchartsNavigatorSeriesMarkerOptions?
Highcharts Options Widget.
getter/setter pair
pointRange HighchartsNavigatorSeriesPointRangeOptions?
Since Highcharts Stock v8, default value is the same as default pointRange defined for a specific type (e.g. null for column type).
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
threshold double?
The threshold option. Setting it to 0 will make the default navigator area series draw its area from the 0 value and up.
getter/setter pair
type String?
The type of the navigator series.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJSON() String
Serializes the settings to a JSON string.
inherited
toOptionsJSON(StringBuffer buffer) → void
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited