Packages

class YAxisScrollbar extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: yAxis-scrollbar

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

Instance Constructors

  1. new YAxisScrollbar()

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val barBackgroundColor: UndefOr[|[String, Object]]

    The background color of the scrollbar itself.

    The background color of the scrollbar itself.

  6. val barBorderColor: UndefOr[|[String, Object]]

    The color of the scrollbar's border.

  7. val barBorderRadius: UndefOr[Double]

    The border rounding radius of the bar.

    The border rounding radius of the bar.

  8. val barBorderWidth: UndefOr[Double]

    The width of the bar's border.

    The width of the bar's border.

  9. val buttonArrowColor: UndefOr[|[String, Object]]

    The color of the small arrow inside the scrollbar buttons.

    The color of the small arrow inside the scrollbar buttons.

  10. val buttonBackgroundColor: UndefOr[|[String, Object]]

    The color of scrollbar buttons.

    The color of scrollbar buttons.

  11. val buttonBorderColor: UndefOr[|[String, Object]]

    The color of the border of the scrollbar buttons.

    The color of the border of the scrollbar buttons.

  12. val buttonBorderRadius: UndefOr[Double]

    The corner radius of the scrollbar buttons.

    The corner radius of the scrollbar buttons.

  13. val buttonBorderWidth: UndefOr[Double]

    The border width of the scrollbar buttons.

    The border width of the scrollbar buttons.

  14. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. val enabled: UndefOr[Boolean]

    Enable the scrollbar on the Y axis.

    Enable the scrollbar on the Y axis.

    Since

    4.2.6

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  20. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  24. val liveRedraw: UndefOr[Boolean]

    Whether to redraw the main chart as the scrollbar or the navigator zoomed window is moved.

    Whether to redraw the main chart as the scrollbar or the navigator zoomed window is moved. Defaults to true for modern browsers and false for legacy IE browsers as well as mobile devices.

    Since

    1.3

  25. val margin: UndefOr[Double]

    Pixel margin between the scrollbar and the axis elements.

    Pixel margin between the scrollbar and the axis elements.

    Since

    4.2.6

  26. val minWidth: UndefOr[Double]

    The minimum width of the scrollbar.

    The minimum width of the scrollbar.

    Since

    1.2.5

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  30. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  31. val rifleColor: UndefOr[|[String, Object]]

    The color of the small rifles in the middle of the scrollbar.

  32. val showFull: UndefOr[Boolean]

    Whether to show the scrollbar when it is fully zoomed out at max range.

    Whether to show the scrollbar when it is fully zoomed out at max range. Setting it to false on the Y axis makes the scrollbar stay hidden until the user zooms in, like common in browsers.

    Since

    4.2.6

  33. val size: UndefOr[Double]

    The width of a vertical scrollbar or height of a horizontal scrollbar.

    The width of a vertical scrollbar or height of a horizontal scrollbar. Defaults to 20 on touch devices.

    Since

    4.2.6

  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toLocaleString(): String
    Definition Classes
    Object
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. val trackBackgroundColor: UndefOr[|[String, Object]]

    The color of the track background.

    The color of the track background.

  38. val trackBorderColor: UndefOr[|[String, Object]]

    The color of the border of the scrollbar track.

    The color of the border of the scrollbar track.

  39. val trackBorderRadius: UndefOr[Double]

    The corner radius of the border of the scrollbar track.

    The corner radius of the border of the scrollbar track.

  40. val trackBorderWidth: Any

    The width of the border of the scrollbar track.

    The width of the border of the scrollbar track.

  41. def valueOf(): Any
    Definition Classes
    Object
  42. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. val zIndex: UndefOr[Double]

    Z index of the scrollbar elements.

    Z index of the scrollbar elements.

    Since

    4.2.6

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped