Class

com.highstock.config

Scrollbar

Related Doc: package config

Permalink

class Scrollbar extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: scrollbar

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

Instance Constructors

  1. new Scrollbar()

    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]

    Permalink

    The background color of the scrollbar itself.

    The background color of the scrollbar itself.

  6. val barBorderColor: UndefOr[String]

    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]

    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]

    Permalink

    The color of scrollbar buttons.

    The color of scrollbar buttons.

  11. val buttonBorderColor: UndefOr[String]

    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 or disable the scrollbar.

    Enable or disable the scrollbar.

  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. val height: UndefOr[Double]

    Permalink

    The height of the scrollbar.

    The height of the scrollbar. The height also applies to the width of the scroll arrows so that they are always squares. Defaults to 20 for touch devices and 14 for mouse devices.

  23. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    Object
  25. 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

  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]

    Permalink

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

  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  35. val trackBackgroundColor: UndefOr[String]

    Permalink

    The color of the track background.

    The color of the track background.

  36. val trackBorderColor: Any

    Permalink

    The color of the border of the scrollbar track.

    The color of the border of the scrollbar track.

  37. 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.

  38. val trackBorderWidth: Any

    Permalink

    The width of the border of the scrollbar track.

    The width of the border of the scrollbar track.

  39. def valueOf(): Any

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

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

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