class ZAxisPlotLines extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
zAxis-plotLines
- Alphabetic
- By Inheritance
- ZAxisPlotLines
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ZAxisPlotLines()
Value Members
-
val
className: UndefOr[String]
A custom class name, in addition to the default
highcharts-plot-line
, to apply to each individual line.A custom class name, in addition to the default
highcharts-plot-line
, to apply to each individual line.- Since
5.0.0
-
val
color: UndefOr[|[String, Object]]
The color of the line.
The color of the line.
Example: -
val
dashStyle: UndefOr[String]
The dashing or dot style for the plot line.
The dashing or dot style for the plot line. For possible values see this overview.
- Since
1.2
Example: -
val
events: UndefOr[Object]
An object defining mouse events for the plot line.
An object defining mouse events for the plot line. Supported properties are
click
,mouseover
,mouseout
,mousemove
.- Since
1.2
Example: -
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
val
id: UndefOr[String]
An id used for identifying the plot line in Axis.removePlotLine.
An id used for identifying the plot line in Axis.removePlotLine.
Example: -
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
label: UndefOr[CleanJsObject[ZAxisPlotLinesLabel]]
Text labels for the plot bands
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
def
toLocaleString(): String
- Definition Classes
- Object
-
val
value: UndefOr[Double]
The position of the line in axis units.
The position of the line in axis units.
Example: -
def
valueOf(): Any
- Definition Classes
- Object
-
val
width: UndefOr[Double]
The width or thickness of the plot line.
The width or thickness of the plot line.
Example: -
val
zIndex: UndefOr[Double]
The z index of the plot line within the chart.
The z index of the plot line within the chart.
- Since
1.2