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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped