Packages

class PlotOptions extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: plotOptions

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

Instance Constructors

  1. new PlotOptions()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val area: UndefOr[CleanJsObject[PlotOptionsArea]]
  5. val arearange: UndefOr[CleanJsObject[PlotOptionsArearange]]

    The area range is a cartesian series type with higher and lower Y values along an X axis.

    The area range is a cartesian series type with higher and lower Y values along an X axis. Requires highcharts-more.js.

    Since

    1.2.0

  6. val areaspline: UndefOr[CleanJsObject[PlotOptionsAreaspline]]
  7. val areasplinerange: UndefOr[CleanJsObject[PlotOptionsAreasplinerange]]

    The area spline range is a cartesian series type with higher and lower Y values along an X axis.

    The area spline range is a cartesian series type with higher and lower Y values along an X axis. Requires highcharts-more.js.

    Since

    1.2.0

  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val candlestick: UndefOr[CleanJsObject[PlotOptionsCandlestick]]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val column: UndefOr[CleanJsObject[PlotOptionsColumn]]
  12. val columnrange: UndefOr[CleanJsObject[PlotOptionsColumnrange]]

    The column range is a cartesian series type with higher and lower Y values along an X axis.

    The column range is a cartesian series type with higher and lower Y values along an X axis. Requires highcharts-more.js. To display horizontal bars, set chart.inverted to true.

    Since

    1.2.0

  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val flags: UndefOr[CleanJsObject[PlotOptionsFlags]]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  22. val line: UndefOr[CleanJsObject[PlotOptionsLine]]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  26. val ohlc: UndefOr[CleanJsObject[PlotOptionsOhlc]]
  27. val polygon: UndefOr[CleanJsObject[PlotOptionsPolygon]]

    A polygon series can be used to draw any freeform shape in the cartesian coordinate system.

    A polygon series can be used to draw any freeform shape in the cartesian coordinate system. A fill is applied with the color option, and stroke is applied through lineWidth and lineColor options. Requires the highcharts-more.js file.

    Example:
    1. Polygon

    Since

    2.1.0

  28. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  29. val scatter: UndefOr[CleanJsObject[PlotOptionsScatter]]
  30. val series: UndefOr[CleanJsObject[PlotOptionsSeries]]

    General options for all series types.

  31. val spline: UndefOr[CleanJsObject[PlotOptionsSpline]]
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toLocaleString(): String
    Definition Classes
    Object
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def valueOf(): Any
    Definition Classes
    Object
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped