| Interface | Description |
|---|---|
| ChartData |
Base interface for all chart data models.
|
| Class | Description |
|---|---|
| AbstractChartData |
Base class for most chart data models.
|
| Axis |
Single axis model.
|
| AxisValue |
Single axis value, use it to manually set axis labels position.
|
| BubbleChartData |
Data for BubbleChart.
|
| BubbleValue |
Single value drawn as bubble on BubbleChart.
|
| Column |
Single column for ColumnChart.
|
| ColumnChartData |
Data model for column chart.
|
| ComboLineColumnChartData |
Data model for combo line-column chart.
|
| Line |
Single line for line chart.
|
| LineChartData |
Data model for LineChartView.
|
| PieChartData |
Data for PieChart, by default it doesn't have axes.
|
| PointValue |
Single point coordinates, used for LineChartData.
|
| SelectedValue |
Holds selected values indexes, i.e.
|
| SliceValue |
Model representing single slice on PieChart.
|
| SubcolumnValue |
Single sub-column value for ColumnChart.
|
| Viewport |
Partial copy of android.graphics.Rect but here the top should be greater then the bottom.
|
| Enum | Description |
|---|---|
| SelectedValue.SelectedValueType |
Used in combo chart to determine if selected value is used for line or column selection.
|
| ValueShape |