| Class | Description |
|---|---|
| BarChart |
Chart that draws bars.
|
| BarLineChartBase<T extends BarLineScatterCandleBubbleData<? extends IBarLineScatterCandleBubbleDataSet<? extends Entry>>> |
Base-class of LineChart, BarChart, ScatterChart and CandleStickChart.
|
| BubbleChart |
The BubbleChart.
|
| CandleStickChart |
Financial chart type that draws candle-sticks (OHCL chart).
|
| Chart<T extends ChartData<? extends IDataSet<? extends Entry>>> |
Baseclass of all Chart-Views.
|
| CombinedChart |
This chart class allows the combination of lines, bars, scatter and candle
data all displayed in one chart area.
|
| HorizontalBarChart |
BarChart with horizontal bar orientation.
|
| LineChart |
Chart that draws lines, surfaces, circles, ...
|
| PieChart |
View that represents a pie chart.
|
| PieRadarChartBase<T extends ChartData<? extends IDataSet<? extends Entry>>> |
Baseclass of PieChart and RadarChart.
|
| RadarChart |
Implementation of the RadarChart, a "spidernet"-like chart.
|
| ScatterChart |
The ScatterChart.
|
| Enum | Description |
|---|---|
| CombinedChart.DrawOrder |
enum that allows to specify the order in which the different data objects
for the combined-chart are drawn
|
| ScatterChart.ScatterShape |
Predefined ScatterShapes that allow the specification of a shape a ScatterDataSet should be drawn with.
|