Package-level declarations

Types

Link copied to clipboard

Houses drawing information for a CandlestickCartesianLayer. modelKey identifies the source model, and opacity is the candles’ opacity.

Link copied to clipboard

Stores a CartesianChart’s data.

Link copied to clipboard

Creates CartesianChartModels and handles difference animations.

Link copied to clipboard

Stores a CartesianChart’s x and y ranges.

Link copied to clipboard
abstract class CartesianLayerDrawingModel<T : CartesianLayerDrawingModel.Entry>(entries: List<Map<Double, T>>, val seriesKeys: List<Any>) : List<Map<Double, T>>

Houses drawing information for a CartesianLayer.

Link copied to clipboard

Stores a CartesianLayer’s data.

Link copied to clipboard

Defines a CartesianLayer’s x and y ranges.

Link copied to clipboard

Formats values for display.

Link copied to clipboard

Houses drawing information for a ColumnCartesianLayer. opacity is the columns’ opacity.

Link copied to clipboard

Houses LineCartesianLayer drawing information. opacity is the lines’ opacity. sweepFraction is the fraction of the layer swept in from the start edge (0 = hidden, 1 = fully visible).

Link copied to clipboard
Link copied to clipboard

A CartesianChartRanges implementation whose every property is mutable.

Functions

Link copied to clipboard

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.

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.

Link copied to clipboard

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.

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.