candlestickSeries

Deprecated

Use `candlestickModel`.

Replace with

candlestickModel(x, opening, closing, low, high, key)

Creates a CandlestickCartesianLayerModel.Partial with the provided x values (x), prices, and key and adds it to the CartesianChartModelProducer.Transaction’s CartesianLayerModel.Partial list. opening, closing, low, and high should have the same sizes.


Deprecated

Use `candlestickModel`.

Replace with

candlestickModel(opening, closing, low, high, key)

Creates a CandlestickCartesianLayerModel.Partial with the provided prices and key, using their indices as the x values, and adds it to the CartesianChartModelProducer.Transaction’s CartesianLayerModel.Partial list. opening, closing, low, and high should have the same sizes.