| Class | Description |
|---|---|
| BarData |
Data object that represents all data for the BarChart.
|
| BarDataSet | |
| BarEntry |
Entry class for the BarChart.
|
| BarLineScatterCandleBubbleData<T extends BarLineScatterCandleBubbleDataSet<? extends Entry>> |
Baseclass for all Line, Bar, Scatter, Candle and Bubble data.
|
| BarLineScatterCandleBubbleDataSet<T extends Entry> |
Baseclass of all DataSets for Bar-, Line-, Scatter- and CandleStickChart.
|
| BubbleData | |
| BubbleDataSet | |
| BubbleEntry |
Subclass of Entry that holds a value for one entry in a BubbleChart.
|
| CandleData | |
| CandleDataSet |
DataSet for the CandleStickChart.
|
| CandleEntry |
Subclass of Entry that holds all values for one entry in a CandleStickChart.
|
| ChartData<T extends DataSet<? extends Entry>> |
Class that holds all relevant data that represents the chart.
|
| CombinedData |
Data object that allows the combination of Line-, Bar-, Scatter-, Bubble- and
CandleData.
|
| DataSet<T extends Entry> |
The DataSet class represents one group or type of entries (Entry) in the
Chart that belong together.
|
| Entry |
Class representing one entry in the chart.
|
| LineData |
Data object that encapsulates all data associated with a LineChart.
|
| LineDataSet | |
| LineRadarDataSet<T extends Entry> |
Base dataset for line and radar DataSets.
|
| LineScatterCandleRadarDataSet<T extends Entry> |
Created by Philipp Jahoda on 11/07/15.
|
| PieData |
A PieData object can only represent one DataSet.
|
| PieDataSet | |
| RadarData |
Data container for the RadarChart.
|
| RadarDataSet | |
| ScatterData | |
| ScatterDataSet |