Packages

class XAxisEvents extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: xAxis-events

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

Instance Constructors

  1. new XAxisEvents()

Value Members

  1. val afterBreaks: UndefOr[Function]

    An event fired after the breaks have rendered.

    An event fired after the breaks have rendered.

    Since

    4.1.0

  2. val afterSetExtremes: UndefOr[Function]

    As opposed to the setExtremes event, this event fires after the final min and max values are computed and corrected for minRange.

    As opposed to the setExtremes event, this event fires after the final min and max values are computed and corrected for minRange.

    Fires when the minimum and maximum is set for the axis, either by calling the .setExtremes() method or by selecting an area in the chart. One parameter, event, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.

    The new user set minimum and maximum values can be found by event.min and event.max. These reflect the axis minimum and maximum in axis values. The actual data extremes are found in event.dataMin and event.dataMax.

    Since

    2.3

  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. val pointBreak: UndefOr[Function]

    An event fired when a break from this axis occurs on a point.

    An event fired when a break from this axis occurs on a point.

    Since

    4.1.0

  6. val pointInBreak: UndefOr[Function]

    An event fired when a point falls inside a break from this axis.

  7. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  8. val setExtremes: UndefOr[Function]

    Fires when the minimum and maximum is set for the axis, either by calling the .setExtremes() method or by selecting an area in the chart.

    Fires when the minimum and maximum is set for the axis, either by calling the .setExtremes() method or by selecting an area in the chart. One parameter, event, is passed to the function. This contains common event information based on jQuery or MooTools depending on which library is used as the base for Highcharts.

    The new user set minimum and maximum values can be found by event.min and event.max. These reflect the axis minimum and maximum in data values. When an axis is zoomed all the way out from the "Reset zoom" button, event.min and event.max are null, and the new extremes are set based on this.dataMin and this.dataMax.

    Since

    1.2.0

  9. def toLocaleString(): String
    Definition Classes
    Object
  10. def valueOf(): Any
    Definition Classes
    Object