HighchartsXAxisPlotLinesOptions class
An array of lines stretching across the plot area, marking a specific value on one of the axes.
In styled mode, the plot lines are styled by the
.highcharts-plot-line
class in addition to the className
option.
API Docs: https://api.highcharts.com/highcharts/zAxis.plotLines
- Inheritance
-
- Object
- HighchartsOptionsBase
- HighchartsXAxisPlotLinesOptions
Constructors
- HighchartsXAxisPlotLinesOptions.new({String? className, String? color, String? dashStyle, HighchartsXAxisPlotLinesEventsOptions? events, String? id, HighchartsXAxisPlotLinesLabelOptions? label, HighchartsXAxisPlotLinesLabelsOptions? labels, dynamic value, double? width, double? zIndex})
- An array of lines stretching across the plot area, marking a specific value on one of the axes.
Properties
- 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