final class Bar extends Trace with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bar
- Trace
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val base: Option[OneOrSeq[Double]]
- def canEqual(obj: Any): Boolean
- Definition Classes
- Bar → Equals
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(obj: Any): Boolean
- Definition Classes
- Bar → Equals → AnyRef → Any
- val error_y: Option[Error]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- Bar → AnyRef → Any
- val hoverinfo: Option[HoverInfo]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val marker: Option[Marker]
- val name: Option[String]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val opacity: Option[Double]
- val orientation: Option[Orientation]
- def productArity: Int
- Definition Classes
- Bar → Product
- def productElement(n: Int): Any
- Definition Classes
- Bar → Product
- def productElementName(n: Int): String
- Definition Classes
- Bar → Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Bar → Product
- val showlegend: Option[Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val text: Option[Seq[String]]
- val textposition: Option[BarTextPosition]
- def toString(): String
- Definition Classes
- Bar → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val width: Option[OneOrSeq[Double]]
- def withBase(base: Option[OneOrSeq[Double]]): Bar
- def withError_y(error_y: Option[Error]): Bar
- def withHoverinfo(hoverinfo: Option[HoverInfo]): Bar
- def withMarker(marker: Option[Marker]): Bar
- def withName(name: Option[String]): Bar
- def withOpacity(opacity: Option[Double]): Bar
- def withOrientation(orientation: Option[Orientation]): Bar
- def withShowlegend(showlegend: Option[Boolean]): Bar
- def withText(text: Option[Seq[String]]): Bar
- def withTextposition(textposition: Option[BarTextPosition]): Bar
- def withWidth(width: Option[OneOrSeq[Double]]): Bar
- def withX(x: Sequence): Bar
- def withXaxis(xaxis: Option[AxisReference]): Bar
- def withY(y: Sequence): Bar
- def withYaxis(yaxis: Option[AxisReference]): Bar
- val x: Sequence
- val xaxis: Option[AxisReference]
- val y: Sequence
- val yaxis: Option[AxisReference]