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])
  4. 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], width: Option[Int], height: Option[Int], autosize: Option[Boolean])
  5. 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], width: Option[Int], height: Option[Int], autosize: Option[Boolean], tickformat: Option[String], fixedrange: Option[Boolean])

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped