CategoryChartFactories

CategoryChartFactories contains all high-level factories to conveniently create charts based on category datasets.

CategoryChartFactories contains all high-level factories to conveniently create charts based on category datasets.

Companion
class

Type members

Inherited classlikes

object AreaChart

Factory for area charts.

Factory for area charts.

Inherited from
CategoryChartFactories
Inherited from
Imports
object BarChart

Factory for bar charts.

Factory for bar charts.

Inherited from
CategoryChartFactories
object ChartTheme
Inherited from
Imports
abstract class Converter[A]()

A type class that converts instances of type A to instances of type X.

A type class that converts instances of type A to instances of type X.

Inherited from
Converting
abstract class ConverterCompanion[XX, C <: ([X] =>> Converter[X])]()

A generic companion for Converter type classes.

A generic companion for Converter type classes.

Type Params
C

the converter type

XX

constrains the output type X of the converter

Inherited from
Converting
object Layer
Inherited from
Imports
object LineChart

Factory for line charts.

Factory for line charts.

Inherited from
CategoryChartFactories
class RichCategorizedTuple2s[A, B, C](trav: IterableOnce[(A, IterableOnce[(B, C)])])

Enriches a collection of categorized data pairs.

Enriches a collection of categorized data pairs.

Inherited from
RichChartingCollections
class RichCategorizedTuple4s[A, B, C, D, E](trav: IterableOnce[(A, IterableOnce[(B, C, D, E)])])

Enriches a collection of categorized 4-tuples.

Enriches a collection of categorized 4-tuples.

Inherited from
RichChartingCollections
class RichCategoryPlot(val peer: CategoryPlot)

Enriches a CategoryPlot.

Enriches a CategoryPlot.

Inherited from
RichPlot
class RichFastScatterPlot(val peer: FastScatterPlot)

Enriches a FastScatterPlot.

Enriches a FastScatterPlot.

Inherited from
RichPlot
class RichThermometerPlot(val peer: ThermometerPlot)

Enriches a ThermometerPlot.

Enriches a ThermometerPlot.

Inherited from
RichPlot
class RichTuple2s[A, B](trav: IterableOnce[(A, B)])

Enriches a collection of data pairs.

Enriches a collection of data pairs.

Inherited from
RichChartingCollections
class RichTuple4s[A, B, C, D](trav: IterableOnce[(A, B, C, D)])

Enriches a collection of data 4-tuples.

Enriches a collection of data 4-tuples.

Inherited from
RichChartingCollections
class RichXYPlot(val peer: XYPlot)

Enriches an XYPlot.

Enriches an XYPlot.

Inherited from
RichPlot
abstract class ToCategoryDataset[A]

Contains default ToCategoryMarker instances.

Contains default ToCategoryMarker instances.

Inherited from
MarkerConversions

Converts some type A to a category marker.

Converts some type A to a category marker.

Inherited from
MarkerConversions
abstract class ToIntervalXYDataset[A]
Inherited from
XYDatasetConversions
object ToMarker

Contains default ToMarker instances.

Contains default ToMarker instances.

Inherited from
MarkerConversions
trait ToMarker[A]

Converts some type A to a marker.

Converts some type A to a marker.

Inherited from
MarkerConversions
object ToPieDataset
Inherited from
PieDatasetConversions
abstract class ToPieDataset[A]
Inherited from
PieDatasetConversions
abstract class ToTableXYDataset[A]
object ToXYDataset
Inherited from
XYDatasetConversions
abstract class ToXYDataset[A]
Inherited from
XYDatasetConversions

Inherited types

type AxisLabelLocation = AxisLabelLocation
Inherited from
Imports
type BoxAndWhiskerCategoryDataset = BoxAndWhiskerCategoryDataset
Inherited from
Imports
type BoxAndWhiskerXYDataset = BoxAndWhiskerXYDataset
Inherited from
Imports
type CategoryDataset = CategoryDataset
Inherited from
Imports
type CategoryLabelGenerator = (CategoryDataset, Comparable[_], Comparable[_]) => String

Function alias for creating item labels for category charts.

Function alias for creating item labels for category charts.

Inherited from
Imports
type CategoryMarker = CategoryMarker
Inherited from
Imports
type CategoryPlot = CategoryPlot
Inherited from
Imports
type CategoryToolTipGenerator = (CategoryDataset, Comparable[_], Comparable[_]) => String

Function alias for creating tooltips for category charts.

Function alias for creating tooltips for category charts.

Inherited from
Imports
type ChartTheme = ChartTheme
Inherited from
Imports
type Color = Color
Inherited from
Imports
type Font = Font
Inherited from
Imports
type IntervalMarker = IntervalMarker
Inherited from
Imports
type IntervalXYDataset = IntervalXYDataset
Inherited from
Imports
type JFreeChart = JFreeChart
Inherited from
Imports
type Layer = Layer
Inherited from
Imports
type Marker = Marker
Inherited from
Imports
type MultiplePiePlot = MultiplePiePlot
Inherited from
Imports
type Orientation = Value
Inherited from
Imports
type Paint = Paint
Inherited from
Imports
type PieDataset = PieDataset
Inherited from
Imports
type PieLabelGenerator = (PieDataset, Comparable[_]) => String

Function alias for creating item labels for pie charts.

Function alias for creating item labels for pie charts.

Inherited from
Imports
type PiePlot = PiePlot
Inherited from
Imports
type PiePlot3D = PiePlot3D
Inherited from
Imports
type PieToolTipGenerator = (PieDataset, Comparable[_]) => String

Function alias for creating tooltips for pie charts.

Function alias for creating tooltips for pie charts.

Inherited from
Imports
type RectangleInsets = RectangleInsets
Inherited from
Imports
type RingPlot = RingPlot
Inherited from
Imports
type SpiderWebPlot = SpiderWebPlot
Inherited from
Imports
type Stroke = Stroke
Inherited from
Imports
type TableXYDataset = TableXYDataset
Inherited from
Imports
type TimePeriodValues = TimePeriodValues
Inherited from
Imports
type TimePeriodValuesCollection = TimePeriodValuesCollection
Inherited from
Imports
type TimeSeries = TimeSeries
Inherited from
Imports
type TimeSeriesCollection = TimeSeriesCollection
Inherited from
Imports
type TimeTableXYDataset = TimeTableXYDataset
Inherited from
Imports
type ValueMarker = ValueMarker
Inherited from
Imports
type XYDataset = XYDataset
Inherited from
Imports
type XYLabelGenerator = (XYDataset, Comparable[_], Int) => String

Function alias for creating item labels for xy charts.

Function alias for creating item labels for xy charts.

Inherited from
Imports
type XYPlot = XYPlot
Inherited from
Imports
type XYSeries = XYSeries
Inherited from
Imports
type XYSeriesCollection = XYSeriesCollection
Inherited from
Imports
type XYToolTipGenerator = (XYDataset, Comparable[_], Int) => String

Function alias for creating tooltips for xy charts.

Function alias for creating tooltips for xy charts.

Inherited from
Imports
type YIntervalSeries = YIntervalSeries
Inherited from
Imports
type YIntervalSeriesCollection = YIntervalSeriesCollection
Inherited from
Imports

Value members

Inherited fields

val Orientation: Orientation
Inherited from
Imports