final case class Bar(values: Seq[Double], cluster: Int, colors: Seq[Color], labels: Seq[Drawable] = Seq.empty) extends Product with Serializable
Data for a bar in a bar chart.
- values
The values (one per stack, starting at the bottom).
- cluster
The cluster to which this bar belongs.
- colors
Colors for each bar segment (optional).
- labels
Labels for each bar segment (optional, for legends).
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bar
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Bar(values: Seq[Double], cluster: Int, colors: Seq[Color], labels: Seq[Drawable] = Seq.empty)
- values
The values (one per stack, starting at the bottom).
- cluster
The cluster to which this bar belongs.
- colors
Colors for each bar segment (optional).
- labels
Labels for each bar segment (optional, for legends).
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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val cluster: Int
- val colors: Seq[Color]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def getColor(i: Int): Color
- lazy val height: Double
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val labels: Seq[Drawable]
- def legendContext: LegendContext
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val values: Seq[Double]
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @Deprecated
- Deprecated