Package-level declarations

Types

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
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, 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.