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, 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(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. 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 productElementName(n: Int): String
    Definition Classes
    Bar → Product
  26. def productElementNames: Iterator[String]
    Definition Classes
    Product
  27. def productIterator: Iterator[Any]
    Definition Classes
    Product
  28. def productPrefix: String
    Definition Classes
    Bar → Product
  29. val showlegend: Option[Boolean]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. val text: Option[Seq[String]]
  32. val textposition: Option[BarTextPosition]
  33. def toString(): String
    Definition Classes
    Bar → AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. val width: Option[OneOrSeq[Double]]
  38. def withBase(base: Option[OneOrSeq[Double]]): Bar
  39. def withError_y(error_y: Option[Error]): Bar
  40. def withHoverinfo(hoverinfo: Option[HoverInfo]): Bar
  41. def withMarker(marker: Option[Marker]): Bar
  42. def withName(name: Option[String]): Bar
  43. def withOpacity(opacity: Option[Double]): Bar
  44. def withOrientation(orientation: Option[Orientation]): Bar
  45. def withShowlegend(showlegend: Option[Boolean]): Bar
  46. def withText(text: Option[Seq[String]]): Bar
  47. def withTextposition(textposition: Option[BarTextPosition]): Bar
  48. def withWidth(width: Option[OneOrSeq[Double]]): Bar
  49. def withX(x: Sequence): Bar
  50. def withXaxis(xaxis: Option[AxisReference]): Bar
  51. def withY(y: Sequence): Bar
  52. def withYaxis(yaxis: Option[AxisReference]): Bar
  53. val x: Sequence
  54. val xaxis: Option[AxisReference]
  55. val y: Sequence
  56. val yaxis: Option[AxisReference]

Inherited from Trace

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped