Packages

class ZAxisPlotLines extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: zAxis-plotLines

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZAxisPlotLines
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZAxisPlotLines()

Value Members

  1. 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

  2. val color: UndefOr[|[String, Object]]

    The color of the line.

    The color of the line.

  3. 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

  4. 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

  5. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  6. 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.

  7. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  8. val label: UndefOr[CleanJsObject[ZAxisPlotLinesLabel]]

    Text labels for the plot bands

  9. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  10. def toLocaleString(): String
    Definition Classes
    Object
  11. val value: UndefOr[Double]

    The position of the line in axis units.

    The position of the line in axis units.

  12. def valueOf(): Any
    Definition Classes
    Object
  13. val width: UndefOr[Double]

    The width or thickness of the plot line.

    The width or thickness of the plot line.

  14. 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