Package-level declarations
Types
Houses drawing information for a CandlestickCartesianLayer. opacity is the columns’ opacity.
Stores a CandlestickCartesianLayer’s data.
Stores a CartesianChart’s data.
Creates CartesianChartModels and handles difference animations.
Stores a CartesianChart’s x and y ranges.
Stores a CartesianLayer’s data.
Defines a CartesianLayer’s x and y ranges.
Formats values for display.
Houses drawing information for a ColumnCartesianLayer. opacity is the columns’ opacity.
Stores a ColumnCartesianLayer’s data.
Houses LineCartesianLayer drawing information. opacity is the lines’ opacity.
Stores a LineCartesianLayer’s data.
A CartesianChartRanges implementation whose every property is mutable.
Functions
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.
Calls block to create a LineCartesianLayerModel.Partial and adds it to the CartesianChartModelProducer.Transaction’s CartesianLayerModel.Partial list.