lineSeries
fun CartesianChartModelProducer.Transaction.lineSeries(block: LineCartesianLayerModel.BuilderScope.() -> Unit)
Deprecated
Use `lineModel`.
Replace with
lineModel(block)Content copied to clipboard
Calls block to create a LineCartesianLayerModel.Partial and adds it to the CartesianChartModelProducer.Transaction’s CartesianLayerModel.Partial list.