Trait

io.udash.wrappers.highcharts.api

YAxis

Related Doc: package api

Permalink

trait YAxis extends Object with Axis[config.axis.YAxis, YAxisPlotBand]

Annotations
@RawJSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YAxis
  2. Axis
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. def addPlotBand(options: YAxisPlotBand): Unit

    Permalink

    Add a plot band after render time.

    Add a plot band after render time.

    options

    A configuration object consisting of the same members as options.xAxis.plotBands

    Definition Classes
    Axis
  5. def addPlotLine(options: AxisPlotLine): Unit

    Permalink

    Add a plot line after render time.

    Add a plot line after render time.

    options

    A configuration object consisting of the same members as options.xAxis.plotLines

    Definition Classes
    Axis
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def getExtremes(): AxisExtremes

    Permalink

    Get the current extremes for the axis.

    Get the current extremes for the axis. The returned object contains:

    <dl> <dt>dataMax:</dt>

    The maximum value of the axis' associated series.

    <dt>dataMin:</dt>

    The minimum value of the axis' associated series.

    <dt>max:</dt>

    The maximum axis value, either automatic or set manually. If the max option is not set, maxPadding is 0 and endOnTick is false, this value will be the same as dataMax.
    min:
    The minimum axis value, either automatic or set manually. If the min option is not set, minPadding is 0 and startOnTick is false, this value will be the same as dataMin.

    Definition Classes
    Axis
  13. def hasOwnProperty(v: String): Boolean

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

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

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

    Permalink
    Definition Classes
    Object
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  21. def remove(redraw: Boolean = js.native): Unit

    Permalink

    Remove an axis from the chart.

    Remove an axis from the chart.

    redraw

    Defaults to true. Whether to redraw the chart following the remove.

    Definition Classes
    Axis
  22. def removePlotBand(id: String): Unit

    Permalink

    Remove a plot band by its id.

    Remove a plot band by its id.

    id

    The plot band's id as given in the original configuration object or in the addPlotBand method.

    Definition Classes
    Axis
  23. def removePlotLine(id: String): Unit

    Permalink

    Remove a plot line by its id.

    Remove a plot line by its id.

    id

    The plot line's id as given in the original configuration object or in the addPlotLine method.

    Definition Classes
    Axis
  24. def setTitle(title: AxisTitle, redraw: Boolean = js.native): Unit

    Permalink

    Update the title of the axis after render time.

    Update the title of the axis after render time.

    title

    The new title options on the same format as given in xAxis.title.

    redraw

    Whether to redraw the chart now or hold until the next chart.redraw()

    Definition Classes
    Axis
  25. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    Object
  27. def toPixels(value: Double, paneCoordinates: Boolean = js.native): Double

    Permalink

    Translates a value in terms of axis units in to pixels within the chart.

    Translates a value in terms of axis units in to pixels within the chart.

    value

    A value in terms of axis units.

    paneCoordinates

    Whether to return the pixel coordinate relative to the chart or just the axis/pane itself.

    Definition Classes
    Axis
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def toValue(pixel: Double, paneCoordinates: Boolean = js.native): Double

    Permalink

    Translate a pixel position along the axis to a value in terms of axis units.

    Translate a pixel position along the axis to a value in terms of axis units.

    pixel

    A pixel position along the axis.

    paneCoordinates

    Whether the input pixel position is relative to the chart or just the axis/pane itself.

    Definition Classes
    Axis
  30. def update(options: config.axis.YAxis, redraw: Boolean = js.native): Unit

    Permalink

    Update an axis object with a new set of options.

    Update an axis object with a new set of options. The options are merged with the existing options, so only new or altered options need to be specified.

    options

    The new options that will be merged in with existing options on the axis.

    redraw

    Defaults to true. Whether to redraw the chart after the new options are set.

    Definition Classes
    Axis
  31. def valueOf(): Any

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. 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