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

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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped