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

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.

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.