class YAxisPlotLines extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
yAxis-plotLines
- Alphabetic
- By Inheritance
- YAxisPlotLines
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new YAxisPlotLines()
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.
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
. -
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
val
id: UndefOr[String]
An id used for identifying the plot line in Axis.removePlotLine.
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
label: UndefOr[CleanJsObject[YAxisPlotLinesLabel]]
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.