Packages

final class Axis extends Product with Serializable

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

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

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(classOf[java.lang.CloneNotSupportedException]) @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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. val gridcolor: Option[Color]
  19. val gridwidth: Option[Int]
  20. def hashCode(): Int
    Definition Classes
    Axis → AnyRef → Any
  21. val height: Option[Int]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val linecolor: Option[Color]
  24. val linewidth: Option[Int]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. val nticks: Option[Int]
  29. val overlaying: Option[AxisAnchor]
  30. val position: Option[Double]
  31. def productArity: Int
    Definition Classes
    Axis → Product
  32. def productElement(n: Int): Any
    Definition Classes
    Axis → Product
  33. def productElementName(n: Int): String
    Definition Classes
    Axis → Product
  34. def productElementNames: Iterator[String]
    Definition Classes
    Product
  35. def productIterator: Iterator[Any]
    Definition Classes
    Product
  36. def productPrefix: String
    Definition Classes
    Axis → Product
  37. val range: Option[Range]
  38. val rangeslider: Option[RangeSlider]
  39. val showgrid: Option[Boolean]
  40. val showline: Option[Boolean]
  41. val showticklabels: Option[Boolean]
  42. val side: Option[Side]
  43. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  44. val tickangle: Option[Double]
  45. val tickcolor: Option[Color]
  46. val tickfont: Option[Font]
  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(classOf[java.lang.InterruptedException])
  60. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @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 withGridcolor(gridcolor: Color): Axis
  78. def withGridcolor(gridcolor: Option[Color]): Axis
  79. def withGridwidth(gridwidth: Int): Axis
  80. def withGridwidth(gridwidth: Option[Int]): Axis
  81. def withHeight(height: Int): Axis
  82. def withHeight(height: Option[Int]): Axis
  83. def withLinecolor(linecolor: Color): Axis
  84. def withLinecolor(linecolor: Option[Color]): Axis
  85. def withLinewidth(linewidth: Int): Axis
  86. def withLinewidth(linewidth: Option[Int]): Axis
  87. def withNticks(nticks: Int): Axis
  88. def withNticks(nticks: Option[Int]): Axis
  89. def withOverlaying(overlaying: AxisAnchor): Axis
  90. def withOverlaying(overlaying: Option[AxisAnchor]): Axis
  91. def withPosition(position: Double): Axis
  92. def withPosition(position: Option[Double]): Axis
  93. def withRange(range: Range): Axis
  94. def withRange(range: Option[Range]): Axis
  95. def withRangeslider(rangeslider: RangeSlider): Axis
  96. def withRangeslider(rangeslider: Option[RangeSlider]): Axis
  97. def withShowgrid(showgrid: Boolean): Axis
  98. def withShowgrid(showgrid: Option[Boolean]): Axis
  99. def withShowline(showline: Boolean): Axis
  100. def withShowline(showline: Option[Boolean]): Axis
  101. def withShowticklabels(showticklabels: Boolean): Axis
  102. def withShowticklabels(showticklabels: Option[Boolean]): Axis
  103. def withSide(side: Side): Axis
  104. def withSide(side: Option[Side]): Axis
  105. def withTickangle(tickangle: Double): Axis
  106. def withTickangle(tickangle: Option[Double]): Axis
  107. def withTickcolor(tickcolor: Color): Axis
  108. def withTickcolor(tickcolor: Option[Color]): Axis
  109. def withTickfont(tickfont: Font): Axis
  110. def withTickfont(tickfont: Option[Font]): Axis
  111. def withTicklen(ticklen: Int): Axis
  112. def withTicklen(ticklen: Option[Int]): Axis
  113. def withTickmode(tickmode: TickMode): Axis
  114. def withTickmode(tickmode: Option[TickMode]): Axis
  115. def withTickprefix(tickprefix: String): Axis
  116. def withTickprefix(tickprefix: Option[String]): Axis
  117. def withTicks(ticks: Ticks): Axis
  118. def withTicks(ticks: Option[Ticks]): Axis
  119. def withTicksuffix(ticksuffix: String): Axis
  120. def withTicksuffix(ticksuffix: Option[String]): Axis
  121. def withTicktext(ticktext: Sequence): Axis
  122. def withTicktext(ticktext: Option[Sequence]): Axis
  123. def withTickvals(tickvals: Sequence): Axis
  124. def withTickvals(tickvals: Option[Sequence]): Axis
  125. def withTickwidth(tickwidth: Int): Axis
  126. def withTickwidth(tickwidth: Option[Int]): Axis
  127. def withTitle(title: String): Axis
  128. def withTitle(title: Option[String]): Axis
  129. def withTitlefont(titlefont: Font): Axis
  130. def withTitlefont(titlefont: Option[Font]): Axis
  131. def withType(type: AxisType): Axis
  132. def withType(type: Option[AxisType]): Axis
  133. def withWidth(width: Int): Axis
  134. def withWidth(width: Option[Int]): Axis
  135. def withZeroline(zeroline: Boolean): Axis
  136. def withZeroline(zeroline: Option[Boolean]): Axis
  137. def withZerolinecolor(zerolinecolor: Color): Axis
  138. def withZerolinecolor(zerolinecolor: Option[Color]): Axis
  139. def withZerolinewidth(zerolinewidth: Double): Axis
  140. def withZerolinewidth(zerolinewidth: Option[Double]): Axis
  141. val zeroline: Option[Boolean]
  142. val zerolinecolor: Option[Color]
  143. val zerolinewidth: Option[Double]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped