Packages

final class Bar extends Trace with Product with Serializable

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

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

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

Inherited from Trace

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped