Packages

final case class 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]) 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, 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])

Value Members

  1. val error_y: Option[Error]
  2. val marker: Option[Marker]
  3. val name: Option[String]
  4. val orientation: Option[Orientation]
  5. val showlegend: Option[Boolean]
  6. val text: Option[Seq[String]]
  7. val x: Sequence
  8. val xaxis: Option[AxisReference]
  9. val y: Sequence
  10. val yaxis: Option[AxisReference]