HighchartsYAxisPlotLinesOptions class
Highcharts Options Widget.
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsYAxisPlotLinesOptions
Constructors
- HighchartsYAxisPlotLinesOptions.new({bool? acrossPanes, String? className, String? color, String? dashStyle, HighchartsXAxisPlotLinesEventsOptions? events, String? id, HighchartsXAxisPlotLinesLabelOptions? label, HighchartsXAxisPlotLinesLabelsOptions? labels, dynamic value, double? width, double? zIndex})
- Highcharts Options Widget.
Properties
- acrossPanes ↔ bool?
-
Flag to decide if plotLine should be rendered across all panes.
getter/setter pair
- className ↔ String?
-
A custom class name, in addition to the default
highcharts-plot-line
, to apply to each individual line.getter/setter pair - color ↔ String?
-
The color of the line.
getter/setter pair
- dashStyle ↔ String?
-
The dashing or dot style for the plot line. For possible values see
this overview.
getter/setter pair
- events ↔ HighchartsXAxisPlotLinesEventsOptions?
-
An object defining mouse events for the plot line. Supported
properties are
click
,mouseover
,mouseout
,mousemove
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
An id used for identifying the plot line in Axis.removePlotLine.
getter/setter pair
- label ↔ HighchartsXAxisPlotLinesLabelOptions?
-
Text labels for the plot bands
getter/setter pair
- labels ↔ HighchartsXAxisPlotLinesLabelsOptions?
-
Highcharts Options Widget.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ dynamic
-
The position of the line in axis units.
getter/setter pair
- width ↔ double?
-
The width or thickness of the plot line.
getter/setter pair
- zIndex ↔ double?
-
The z index of the plot line within the chart.
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