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(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[(Double, Double)], autorange: Option[Boolean], ticks: Option[Ticks], domain: Option[(Double, Double)], 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])

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[(Double, Double)]
  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[(Double, Double)]
  36. val showgrid: Option[Boolean]
  37. val showline: Option[Boolean]
  38. val showticklabels: Option[Boolean]
  39. val side: Option[Side]
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. val tickangle: Option[Double]
  42. val tickcolor: Option[Color]
  43. val tickfont: Option[Font]
  44. val ticklen: Option[Int]
  45. val tickmode: Option[TickMode]
  46. val tickprefix: Option[String]
  47. val ticks: Option[Ticks]
  48. val ticksuffix: Option[String]
  49. val ticktext: Option[Sequence]
  50. val tickvals: Option[Sequence]
  51. val tickwidth: Option[Int]
  52. val title: Option[String]
  53. val titlefont: Option[Font]
  54. def toString(): String
    Definition Classes
    Axis → AnyRef → Any
  55. val type: Option[AxisType]
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. def withAnchor(anchor: Option[AxisAnchor]): Axis
  60. def withAutomargin(automargin: Option[Boolean]): Axis
  61. def withAutorange(autorange: Option[Boolean]): Axis
  62. def withAutotick(autotick: Option[Boolean]): Axis
  63. def withDomain(domain: Option[(Double, Double)]): Axis
  64. def withDtick(dtick: Option[Double]): Axis
  65. def withGridcolor(gridcolor: Option[Color]): Axis
  66. def withGridwidth(gridwidth: Option[Int]): Axis
  67. def withLinecolor(linecolor: Option[Color]): Axis
  68. def withLinewidth(linewidth: Option[Int]): Axis
  69. def withNticks(nticks: Option[Int]): Axis
  70. def withOverlaying(overlaying: Option[AxisAnchor]): Axis
  71. def withPosition(position: Option[Double]): Axis
  72. def withRange(range: Option[(Double, Double)]): Axis
  73. def withShowgrid(showgrid: Option[Boolean]): Axis
  74. def withShowline(showline: Option[Boolean]): Axis
  75. def withShowticklabels(showticklabels: Option[Boolean]): Axis
  76. def withSide(side: Option[Side]): Axis
  77. def withTickangle(tickangle: Option[Double]): Axis
  78. def withTickcolor(tickcolor: Option[Color]): Axis
  79. def withTickfont(tickfont: Option[Font]): Axis
  80. def withTicklen(ticklen: Option[Int]): Axis
  81. def withTickmode(tickmode: Option[TickMode]): Axis
  82. def withTickprefix(tickprefix: Option[String]): Axis
  83. def withTicks(ticks: Option[Ticks]): Axis
  84. def withTicksuffix(ticksuffix: Option[String]): Axis
  85. def withTicktext(ticktext: Option[Sequence]): Axis
  86. def withTickvals(tickvals: Option[Sequence]): Axis
  87. def withTickwidth(tickwidth: Option[Int]): Axis
  88. def withTitle(title: Option[String]): Axis
  89. def withTitlefont(titlefont: Option[Font]): Axis
  90. def withType(type: Option[AxisType]): Axis
  91. def withZeroline(zeroline: Option[Boolean]): Axis
  92. def withZerolinecolor(zerolinecolor: Option[Color]): Axis
  93. def withZerolinewidth(zerolinewidth: Option[Double]): Axis
  94. val zeroline: Option[Boolean]
  95. val zerolinecolor: Option[Color]
  96. val zerolinewidth: Option[Double]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped