case class Box(y: Option[Sequence], x: Option[Sequence], boxpoints: Option[BoxPoints], jitter: Option[Double], pointpos: Option[Double], name: Option[String], marker: Option[Marker], orientation: Option[Orientation], whiskerwidth: Option[Double], boxmean: Option[BoxMean], fillcolor: Option[OneOrSeq[Color]], line: Option[Line]) extends Trace with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Box
- Trace
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Box(y: Option[Sequence], x: Option[Sequence], boxpoints: Option[BoxPoints], jitter: Option[Double], pointpos: Option[Double], name: Option[String], marker: Option[Marker], orientation: Option[Orientation], whiskerwidth: Option[Double], boxmean: Option[BoxMean], fillcolor: Option[OneOrSeq[Color]], line: Option[Line])
Value Members
- val boxmean: Option[BoxMean]
- val boxpoints: Option[BoxPoints]
- val fillcolor: Option[OneOrSeq[Color]]
- val jitter: Option[Double]
- val line: Option[Line]
- val marker: Option[Marker]
- val name: Option[String]
- val orientation: Option[Orientation]
- val pointpos: Option[Double]
- val whiskerwidth: Option[Double]
- val x: Option[Sequence]
- val y: Option[Sequence]