object YAxisPlotLines
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YAxisPlotLines
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
-
def
apply(className: UndefOr[String] = js.undefined, color: UndefOr[|[String, Object]] = js.undefined, dashStyle: UndefOr[String] = js.undefined, events: UndefOr[Object] = js.undefined, id: UndefOr[String] = js.undefined, label: UndefOr[CleanJsObject[YAxisPlotLinesLabel]] = js.undefined, value: UndefOr[Double] = js.undefined, width: UndefOr[Double] = js.undefined, zIndex: UndefOr[Double] = js.undefined): YAxisPlotLines
- className
A custom class name, in addition to the default
highcharts-plot-line
, to apply to each individual line.- color
The color of the line.
- dashStyle
The dashing or dot style for the plot line. For possible values see this overview.
- events
An object defining mouse events for the plot line. Supported properties are
click
,mouseover
,mouseout
,mousemove
.- id
An id used for identifying the plot line in Axis.removePlotLine.
- label
Text labels for the plot bands
- value
The position of the line in axis units.
- width
The width or thickness of the plot line.
- zIndex
The z index of the plot line within the chart.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )