Packages

final class Axis extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Axis
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Axis()
  2. new Axis(title: Option[String], titlefont: Option[Font], showgrid: Option[Boolean], gridwidth: Option[Int], gridcolor: Option[Color], showline: Option[Boolean], showticklabels: Option[Boolean], linecolor: Option[Color], linewidth: Option[Int], autotick: Option[Boolean], tickcolor: Option[Color], tickwidth: Option[Int], tickangle: Option[Double], dtick: Option[Double], ticklen: Option[Int], tickfont: Option[Font], tickprefix: Option[String], ticksuffix: Option[String], zeroline: Option[Boolean], zerolinewidth: Option[Double], zerolinecolor: Option[Color], range: Option[Range], autorange: Option[Boolean], ticks: Option[Ticks], domain: Option[Range], side: Option[Side], anchor: Option[AxisAnchor], type: Option[AxisType], overlaying: Option[AxisAnchor], position: Option[Double], tickmode: Option[TickMode], tickvals: Option[Sequence], ticktext: Option[Sequence], nticks: Option[Int], automargin: Option[Boolean])
  3. new Axis(title: Option[String], titlefont: Option[Font], showgrid: Option[Boolean], gridwidth: Option[Int], gridcolor: Option[Color], showline: Option[Boolean], showticklabels: Option[Boolean], linecolor: Option[Color], linewidth: Option[Int], autotick: Option[Boolean], tickcolor: Option[Color], tickwidth: Option[Int], tickangle: Option[Double], dtick: Option[Double], ticklen: Option[Int], tickfont: Option[Font], tickprefix: Option[String], ticksuffix: Option[String], zeroline: Option[Boolean], zerolinewidth: Option[Double], zerolinecolor: Option[Color], range: Option[Range], autorange: Option[Boolean], ticks: Option[Ticks], domain: Option[Range], side: Option[Side], anchor: Option[AxisAnchor], type: Option[AxisType], overlaying: Option[AxisAnchor], position: Option[Double], tickmode: Option[TickMode], tickvals: Option[Sequence], ticktext: Option[Sequence], nticks: Option[Int], automargin: Option[Boolean], rangeslider: Option[RangeSlider])

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. val anchor: Option[AxisAnchor]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val automargin: Option[Boolean]
  7. val autorange: Option[Boolean]
  8. val autotick: Option[Boolean]
  9. def canEqual(obj: Any): Boolean
    Definition Classes
    Axis → Equals
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. val domain: Option[Range]
  12. val dtick: Option[Double]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(obj: Any): Boolean
    Definition Classes
    Axis → Equals → AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. val gridcolor: Option[Color]
  18. val gridwidth: Option[Int]
  19. def hashCode(): Int
    Definition Classes
    Axis → AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val linecolor: Option[Color]
  22. val linewidth: Option[Int]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val nticks: Option[Int]
  27. val overlaying: Option[AxisAnchor]
  28. val position: Option[Double]
  29. def productArity: Int
    Definition Classes
    Axis → Product
  30. def productElement(n: Int): Any
    Definition Classes
    Axis → Product
  31. def productIterator: Iterator[Any]
    Definition Classes
    Product
  32. def productPrefix: String
    Definition Classes
    Axis → Product
  33. val range: Option[Range]
  34. val rangeslider: Option[RangeSlider]
  35. val showgrid: Option[Boolean]
  36. val showline: Option[Boolean]
  37. val showticklabels: Option[Boolean]
  38. val side: Option[Side]
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. val tickangle: Option[Double]
  41. val tickcolor: Option[Color]
  42. val tickfont: Option[Font]
  43. val ticklen: Option[Int]
  44. val tickmode: Option[TickMode]
  45. val tickprefix: Option[String]
  46. val ticks: Option[Ticks]
  47. val ticksuffix: Option[String]
  48. val ticktext: Option[Sequence]
  49. val tickvals: Option[Sequence]
  50. val tickwidth: Option[Int]
  51. val title: Option[String]
  52. val titlefont: Option[Font]
  53. def toString(): String
    Definition Classes
    Axis → AnyRef → Any
  54. val type: Option[AxisType]
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. def withAnchor(anchor: AxisAnchor): Axis
  59. def withAnchor(anchor: Option[AxisAnchor]): Axis
  60. def withAutomargin(automargin: Boolean): Axis
  61. def withAutomargin(automargin: Option[Boolean]): Axis
  62. def withAutorange(autorange: Boolean): Axis
  63. def withAutorange(autorange: Option[Boolean]): Axis
  64. def withAutotick(autotick: Boolean): Axis
  65. def withAutotick(autotick: Option[Boolean]): Axis
  66. def withDomain(domain: Range): Axis
  67. def withDomain(domain: Option[Range]): Axis
  68. def withDtick(dtick: Double): Axis
  69. def withDtick(dtick: Option[Double]): Axis
  70. def withGridcolor(gridcolor: Color): Axis
  71. def withGridcolor(gridcolor: Option[Color]): Axis
  72. def withGridwidth(gridwidth: Int): Axis
  73. def withGridwidth(gridwidth: Option[Int]): Axis
  74. def withLinecolor(linecolor: Color): Axis
  75. def withLinecolor(linecolor: Option[Color]): Axis
  76. def withLinewidth(linewidth: Int): Axis
  77. def withLinewidth(linewidth: Option[Int]): Axis
  78. def withNticks(nticks: Int): Axis
  79. def withNticks(nticks: Option[Int]): Axis
  80. def withOverlaying(overlaying: AxisAnchor): Axis
  81. def withOverlaying(overlaying: Option[AxisAnchor]): Axis
  82. def withPosition(position: Double): Axis
  83. def withPosition(position: Option[Double]): Axis
  84. def withRange(range: Range): Axis
  85. def withRange(range: Option[Range]): Axis
  86. def withRangeslider(rangeslider: RangeSlider): Axis
  87. def withRangeslider(rangeslider: Option[RangeSlider]): Axis
  88. def withShowgrid(showgrid: Boolean): Axis
  89. def withShowgrid(showgrid: Option[Boolean]): Axis
  90. def withShowline(showline: Boolean): Axis
  91. def withShowline(showline: Option[Boolean]): Axis
  92. def withShowticklabels(showticklabels: Boolean): Axis
  93. def withShowticklabels(showticklabels: Option[Boolean]): Axis
  94. def withSide(side: Side): Axis
  95. def withSide(side: Option[Side]): Axis
  96. def withTickangle(tickangle: Double): Axis
  97. def withTickangle(tickangle: Option[Double]): Axis
  98. def withTickcolor(tickcolor: Color): Axis
  99. def withTickcolor(tickcolor: Option[Color]): Axis
  100. def withTickfont(tickfont: Font): Axis
  101. def withTickfont(tickfont: Option[Font]): Axis
  102. def withTicklen(ticklen: Int): Axis
  103. def withTicklen(ticklen: Option[Int]): Axis
  104. def withTickmode(tickmode: TickMode): Axis
  105. def withTickmode(tickmode: Option[TickMode]): Axis
  106. def withTickprefix(tickprefix: String): Axis
  107. def withTickprefix(tickprefix: Option[String]): Axis
  108. def withTicks(ticks: Ticks): Axis
  109. def withTicks(ticks: Option[Ticks]): Axis
  110. def withTicksuffix(ticksuffix: String): Axis
  111. def withTicksuffix(ticksuffix: Option[String]): Axis
  112. def withTicktext(ticktext: Sequence): Axis
  113. def withTicktext(ticktext: Option[Sequence]): Axis
  114. def withTickvals(tickvals: Sequence): Axis
  115. def withTickvals(tickvals: Option[Sequence]): Axis
  116. def withTickwidth(tickwidth: Int): Axis
  117. def withTickwidth(tickwidth: Option[Int]): Axis
  118. def withTitle(title: String): Axis
  119. def withTitle(title: Option[String]): Axis
  120. def withTitlefont(titlefont: Font): Axis
  121. def withTitlefont(titlefont: Option[Font]): Axis
  122. def withType(type: AxisType): Axis
  123. def withType(type: Option[AxisType]): Axis
  124. def withZeroline(zeroline: Boolean): Axis
  125. def withZeroline(zeroline: Option[Boolean]): Axis
  126. def withZerolinecolor(zerolinecolor: Color): Axis
  127. def withZerolinecolor(zerolinecolor: Option[Color]): Axis
  128. def withZerolinewidth(zerolinewidth: Double): Axis
  129. def withZerolinewidth(zerolinewidth: Option[Double]): Axis
  130. val zeroline: Option[Boolean]
  131. val zerolinecolor: Option[Color]
  132. val zerolinewidth: Option[Double]

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped