RingChart

Factory for ring charts.

Factory for ring charts.

Companion
class
trait DocMacros
class Object
trait Matchable
class Any

Type members

Inherited types

type Plot = P

Returns the underlying plot type.

Returns the underlying plot type.

Inherited from
ChartCompanion

Value members

Concrete methods

def apply[A](data: A)(`evidence$1`: ToPieDataset[A], theme: ChartTheme): RingChart

Creates a new ring chart.

Creates a new ring chart.

Value Params
data

the data the ring chart will visualize

theme

the theme to apply to the ring chart

final override def fromPeer(jfree: JFreeChart): RingChart
Definition Classes

Inherited methods

final def apply(plot: Plot, title: String, legend: Boolean)(theme: ChartTheme): RingChart

Creates a new chart.

Creates a new chart.

Value Params
legend

whether or not the chart will contain a legend

plot

the plot that is used to create the chart

theme

the theme to apply to the chart

title

the title of the chart

Inherited from
ChartCompanion
final def fromPeer(jfree: JFreeChart, theme: ChartTheme): RingChart

Returns a new chart using an explicit peer with the theme applied.

Returns a new chart using an explicit peer with the theme applied.

Value Params
jfree

the underlying chart

theme

the theme to apply to the chart

Inherited from
ChartCompanion