LineSeries

data class LineSeries(val label: String, val points: List<Float>, val color: PdfColor)

One line in a multi-series lineChart.

Constructors

Link copied to clipboard
constructor(label: String, points: List<Float>, color: PdfColor)

Properties

Link copied to clipboard

stroke colour for this line (and its legend swatch).

Link copied to clipboard

caption shown in the chart legend.

Link copied to clipboard

y values in plot order; every series in a chart is scaled against the combined min/max so the lines share one vertical axis.