candlestickModel

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.


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.