Package-level declarations
Types
A base CartesianLayer implementation.
Draws the content of candlestick charts.
Visualizes data on a Cartesian plane. CartesianLayers are combined and drawn by CartesianCharts.
Stores shared CartesianLayer dimensions.
Stores the sizes of CartesianLayer-area margins.
Enables a CartesianChart component to make room for itself around the CartesianLayer area.
Stores CartesianLayer padding sizes. Scalable padding depends on the zoom factor.
Displays data as vertical bars.
Stores the sizes of horizontal CartesianLayer-area margins.
Draws the content of line charts.
An implementation of CartesianLayerDimensions whose every property is mutable.
Functions
Switches between three Candles based on CandlestickCartesianLayerModel.Entry.absoluteChange.
Switches between nine Candles based on CandlestickCartesianLayerModel.Entry.absoluteChange and CandlestickCartesianLayerModel.Entry.relativeChange.