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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
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
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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: -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
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: -
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
val
label: UndefOr[CleanJsObject[ZAxisPlotLinesLabel]]
Text labels for the plot bands
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
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