Transaction
Handles data updates. This is used via runTransaction.
Functions
Adds a CartesianLayerModel.Partial.
Creates a CandlestickCartesianLayerModel.Partial with the provided prices, 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.
Creates a CandlestickCartesianLayerModel.Partial with the provided x values (x) and prices and adds it to the CartesianChartModelProducer.Transaction’s CartesianLayerModel.Partial list. opening, closing, low, and high should have the same sizes.
Calls block to create a ColumnCartesianLayerModel.Partial and adds it to the CartesianChartModelProducer.Transaction’s CartesianLayerModel.Partial list.
Allows for adding auxiliary values, which can later be retrieved via CartesianChartModel.extraStore.
Calls block to create a LineCartesianLayerModel.Partial and adds it to the CartesianChartModelProducer.Transaction’s CartesianLayerModel.Partial list.