object BarChart

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BarChart
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class BarChartRenderer(data: Seq[Bar], barRenderer: BarRenderer, spacing: Double, clusterSpacing: Option[Double]) extends PlotRenderer with Product with Serializable

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. def apply(values: Seq[Double], color: Option[Color] = None, spacing: Option[Double] = None, boundBuffer: Option[Double] = None)(implicit theme: Theme): Plot

    Create a bar chart where the bars differ only by height

    Create a bar chart where the bars differ only by height

    values

    The height values for the bars.

    color

    Bar color.

    spacing

    Bar spacing.

    boundBuffer

    Extra padding above the plot area.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. def clustered(values: Seq[Seq[Double]], labels: Seq[String] = Seq.empty, colors: Seq[Color] = Seq.empty, spacing: Option[Double] = None, clusterSpacing: Option[Double] = None, boundBuffer: Option[Double] = None)(implicit theme: Theme): Plot

    Create a bar chart where bars are divided into clusters.

  8. def clusteredStacked(values: Seq[Seq[Seq[Double]]], colors: Seq[Color] = Seq.empty, labels: Seq[String] = Seq.empty, spacing: Option[Double] = None, clusterSpacing: Option[Double] = None, boundBuffer: Option[Double] = None)(implicit theme: Theme): Plot

    Create a clustered bar chart of stacked bars.

    Create a clustered bar chart of stacked bars.

    values

    A sequence of clusters of bars where each bar is a sequence of values.

    colors

    The color to use for each slice of a stacked bar.

    labels

    Labels for each color in the stacked bar.

    spacing

    Spacing between bars.

    clusterSpacing

    Spacing between clusters.

    boundBuffer

    Padding above the bar chart.

  9. def custom(bars: Seq[Bar], barRenderer: Option[BarRenderer] = None, spacing: Option[Double] = None, clusterSpacing: Option[Double] = None, boundBuffer: Option[Double] = None)(implicit theme: Theme): Plot

    Create a custom bar chart.

    Create a custom bar chart.

    bars

    The bars to render.

    barRenderer

    The renderer to use.

    spacing

    Spacing between bars within a cluster.

    clusterSpacing

    Spacing between clusters.

    boundBuffer

    Extra padding above the plot area.

  10. val defaultBoundBuffer: Double
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  19. def stacked(values: Seq[Seq[Double]], colors: Seq[Color] = Seq.empty, labels: Seq[String] = Seq.empty, spacing: Option[Double] = None, boundBuffer: Option[Double] = None)(implicit theme: Theme): Plot

    Create a stacked bar chart.

    Create a stacked bar chart.

    values

    A sequence of bars where each bar is a sequence of values.

    colors

    The color to use for each slice.

    labels

    Labels for each slice.

    spacing

    The bar spacing.

    boundBuffer

    Extra padding at the top of the plot.

  20. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped