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