Packages

final class Bar extends Trace with Product with Serializable

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

Instance Constructors

  1. new Bar(x: Sequence, y: Sequence)
  2. new Bar(x: Sequence, y: Sequence, name: Option[String], text: Option[Seq[String]], marker: Option[Marker], orientation: Option[Orientation], xaxis: Option[AxisReference], yaxis: Option[AxisReference], error_y: Option[Error], showlegend: Option[Boolean], hoverinfo: Option[HoverInfo], textposition: Option[BarTextPosition], opacity: Option[Double], width: Option[OneOrSeq[Double]], base: Option[OneOrSeq[Double]])
  3. new Bar(x: Sequence, y: Sequence, name: Option[String], text: Option[Seq[String]], marker: Option[Marker], orientation: Option[Orientation], xaxis: Option[AxisReference], yaxis: Option[AxisReference], error_y: Option[Error], showlegend: Option[Boolean], hoverinfo: Option[HoverInfo], textposition: Option[BarTextPosition], opacity: Option[Double], width: Option[OneOrSeq[Double]], base: Option[OneOrSeq[Double]], hovertemplate: Option[OneOrSeq[String]])

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val base: Option[OneOrSeq[Double]]
  6. def canEqual(obj: Any): Boolean
    Definition Classes
    Bar → Equals
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(obj: Any): Boolean
    Definition Classes
    Bar → Equals → AnyRef → Any
  10. val error_y: Option[Error]
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    Bar → AnyRef → Any
  14. val hoverinfo: Option[HoverInfo]
  15. val hovertemplate: Option[OneOrSeq[String]]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val marker: Option[Marker]
  18. val name: Option[String]
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. val opacity: Option[Double]
  23. val orientation: Option[Orientation]
  24. def productArity: Int
    Definition Classes
    Bar → Product
  25. def productElement(n: Int): Any
    Definition Classes
    Bar → Product
  26. def productElementName(n: Int): String
    Definition Classes
    Bar → Product
  27. def productElementNames: Iterator[String]
    Definition Classes
    Product
  28. def productIterator: Iterator[Any]
    Definition Classes
    Product
  29. def productPrefix: String
    Definition Classes
    Bar → Product
  30. val showlegend: Option[Boolean]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. val text: Option[Seq[String]]
  33. val textposition: Option[BarTextPosition]
  34. def toString(): String
    Definition Classes
    Bar → AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. val width: Option[OneOrSeq[Double]]
  39. def withBase(base: OneOrSeq[Double]): Bar
  40. def withBase(base: Option[OneOrSeq[Double]]): Bar
  41. def withError_y(error_y: Error): Bar
  42. def withError_y(error_y: Option[Error]): Bar
  43. def withHoverinfo(hoverinfo: HoverInfo): Bar
  44. def withHoverinfo(hoverinfo: Option[HoverInfo]): Bar
  45. def withHovertemplate(hovertemplate: OneOrSeq[String]): Bar
  46. def withHovertemplate(hovertemplate: Option[OneOrSeq[String]]): Bar
  47. def withMarker(marker: Marker): Bar
  48. def withMarker(marker: Option[Marker]): Bar
  49. def withName(name: String): Bar
  50. def withName(name: Option[String]): Bar
  51. def withOpacity(opacity: Double): Bar
  52. def withOpacity(opacity: Option[Double]): Bar
  53. def withOrientation(orientation: Orientation): Bar
  54. def withOrientation(orientation: Option[Orientation]): Bar
  55. def withShowlegend(showlegend: Boolean): Bar
  56. def withShowlegend(showlegend: Option[Boolean]): Bar
  57. def withText(text: Seq[String]): Bar
  58. def withText(text: Option[Seq[String]]): Bar
  59. def withTextposition(textposition: BarTextPosition): Bar
  60. def withTextposition(textposition: Option[BarTextPosition]): Bar
  61. def withWidth(width: OneOrSeq[Double]): Bar
  62. def withWidth(width: Option[OneOrSeq[Double]]): Bar
  63. def withX(x: Sequence): Bar
  64. def withXaxis(xaxis: AxisReference): Bar
  65. def withXaxis(xaxis: Option[AxisReference]): Bar
  66. def withY(y: Sequence): Bar
  67. def withYaxis(yaxis: AxisReference): Bar
  68. def withYaxis(yaxis: Option[AxisReference]): Bar
  69. val x: Sequence
  70. val xaxis: Option[AxisReference]
  71. val y: Sequence
  72. val yaxis: Option[AxisReference]

Inherited from Trace

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped