LineChart

API: Internal/Stable

data class LineChart(
    val lines: List<LineChart.Line>,
)
Properties
lines: List<LineChart.Line>