Class/Object

com.highstock.config

YAxisScrollbar

Related Docs: object YAxisScrollbar | package config

Permalink

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

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val barBackgroundColor: UndefOr[|[String, Object]]

    Permalink

    The background color of the scrollbar itself.

    The background color of the scrollbar itself.

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

    Permalink

    The color of the scrollbar's border.

  7. val barBorderRadius: UndefOr[Double]

    Permalink

    The border rounding radius of the bar.

    The border rounding radius of the bar.

  8. val barBorderWidth: UndefOr[Double]

    Permalink

    The width of the bar's border.

    The width of the bar's border.

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

    Permalink

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

    Permalink

    The color of scrollbar buttons.

    The color of scrollbar buttons.

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

    Permalink

    The color of the border of the scrollbar buttons.

    The color of the border of the scrollbar buttons.

  12. val buttonBorderRadius: UndefOr[Double]

    Permalink

    The corner radius of the scrollbar buttons.

    The corner radius of the scrollbar buttons.

  13. val buttonBorderWidth: UndefOr[Double]

    Permalink

    The border width of the scrollbar buttons.

    The border width of the scrollbar buttons.

  14. def clone(): AnyRef

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

    Permalink

    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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Object
  24. val liveRedraw: UndefOr[Boolean]

    Permalink

    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]

    Permalink

    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]

    Permalink

    The minimum width of the scrollbar.

    The minimum width of the scrollbar.

    Since

    1.2.5

  27. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    Object
  31. val rifleColor: UndefOr[|[String, Object]]

    Permalink

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

  32. val showFull: UndefOr[Boolean]

    Permalink

    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]

    Permalink

    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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. val trackBackgroundColor: UndefOr[|[String, Object]]

    Permalink

    The color of the track background.

    The color of the track background.

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

    Permalink

    The color of the border of the scrollbar track.

    The color of the border of the scrollbar track.

  39. val trackBorderRadius: UndefOr[Double]

    Permalink

    The corner radius of the border of the scrollbar track.

    The corner radius of the border of the scrollbar track.

  40. val trackBorderWidth: Any

    Permalink

    The width of the border of the scrollbar track.

    The width of the border of the scrollbar track.

  41. def valueOf(): Any

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. val zIndex: UndefOr[Double]

    Permalink

    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