Class/Object

com.highstock.config

PlotOptions

Related Docs: object PlotOptions | package config

Permalink

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()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val area: UndefOr[CleanJsObject[PlotOptionsArea]]

    Permalink
  5. val arearange: UndefOr[CleanJsObject[PlotOptionsArearange]]

    Permalink

    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]]

    Permalink
  7. val areasplinerange: UndefOr[CleanJsObject[PlotOptionsAreasplinerange]]

    Permalink

    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

    Permalink
    Definition Classes
    Any
  9. val candlestick: UndefOr[CleanJsObject[PlotOptionsCandlestick]]

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val column: UndefOr[CleanJsObject[PlotOptionsColumn]]

    Permalink
  12. val columnrange: UndefOr[CleanJsObject[PlotOptionsColumnrange]]

    Permalink

    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

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. val flags: UndefOr[CleanJsObject[PlotOptionsFlags]]

    Permalink
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  22. val line: UndefOr[CleanJsObject[PlotOptionsLine]]

    Permalink
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val ohlc: UndefOr[CleanJsObject[PlotOptionsOhlc]]

    Permalink
  27. val polygon: UndefOr[CleanJsObject[PlotOptionsPolygon]]

    Permalink

    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

    Permalink
    Definition Classes
    Object
  29. val scatter: UndefOr[CleanJsObject[PlotOptionsScatter]]

    Permalink
  30. val series: UndefOr[CleanJsObject[PlotOptionsSeries]]

    Permalink

    General options for all series types.

  31. val spline: UndefOr[CleanJsObject[PlotOptionsSpline]]

    Permalink
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  36. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped