LineChart

data class LineChart(val lines: List<LineChart.LineSpec>, val spacing: Dp = DefaultDimens.POINT_SPACING.dp)

Defines the appearance of line charts.

Parameters

lines

the LineSpecs to use for the lines. This list is iterated through as many times as there are lines.

Constructors

Link copied to clipboard
constructor(lines: List<LineChart.LineSpec>, spacing: Dp = DefaultDimens.POINT_SPACING.dp)

Properties

Link copied to clipboard
Link copied to clipboard
val spacing: Dp

the spacing between points.