XYChartFactories

XYChartFactories contains all high-level factories to conveniently create xy charts.

XYChartFactories contains all high-level factories to conveniently create xy charts.

Companion
class

Type members

Inherited classlikes

Inherited from
Imports
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
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 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
abstract class ToCategoryDataset[A]
abstract class ToIntervalXYDataset[A]
Inherited from
XYDatasetConversions
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
object XYAreaChart

Factory for numeric area charts.

Factory for numeric area charts.

Inherited from
XYChartFactories
object XYBarChart

Factory for numeric bar charts.

Factory for numeric bar charts.

Inherited from
XYChartFactories

Factory for numeric deviation charts.

Factory for numeric deviation charts.

Inherited from
XYChartFactories
object XYLineChart

Factory for numeric line charts.

Factory for numeric line charts.

Inherited from
XYChartFactories

Factory for numeric scatter charts.

Factory for numeric scatter charts.

Inherited from
XYChartFactories

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