Packages

object PlotOptions

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

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. def apply(area: UndefOr[CleanJsObject[PlotOptionsArea]] = js.undefined, arearange: UndefOr[CleanJsObject[PlotOptionsArearange]] = js.undefined, areaspline: UndefOr[CleanJsObject[PlotOptionsAreaspline]] = js.undefined, areasplinerange: UndefOr[CleanJsObject[PlotOptionsAreasplinerange]] = js.undefined, candlestick: UndefOr[CleanJsObject[PlotOptionsCandlestick]] = js.undefined, column: UndefOr[CleanJsObject[PlotOptionsColumn]] = js.undefined, columnrange: UndefOr[CleanJsObject[PlotOptionsColumnrange]] = js.undefined, flags: UndefOr[CleanJsObject[PlotOptionsFlags]] = js.undefined, line: UndefOr[CleanJsObject[PlotOptionsLine]] = js.undefined, ohlc: UndefOr[CleanJsObject[PlotOptionsOhlc]] = js.undefined, polygon: UndefOr[CleanJsObject[PlotOptionsPolygon]] = js.undefined, scatter: UndefOr[CleanJsObject[PlotOptionsScatter]] = js.undefined, series: UndefOr[CleanJsObject[PlotOptionsSeries]] = js.undefined, spline: UndefOr[CleanJsObject[PlotOptionsSpline]] = js.undefined): PlotOptions

    arearange

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

    areasplinerange

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

    columnrange

    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.

    polygon

    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.

    series

    General options for all series types.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  16. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped