| Interface | Description |
|---|---|
| DataPointInterface |
interface of data points.
|
| OnDataPointTapListener |
Listener for the tap event which will be
triggered when the user touches on a datapoint.
|
| PointsGraphSeries.CustomShape |
interface to implement a custom
drawing for the data points.
|
| Series<E extends DataPointInterface> |
Basis interface for series that can be plotted
on the graph.
|
| Class | Description |
|---|---|
| BarGraphSeries<E extends DataPointInterface> |
Series with Bars to visualize the data.
|
| BaseSeries<E extends DataPointInterface> |
Basis implementation for series.
|
| DataPoint |
default data point implementation.
|
| LineGraphSeries<E extends DataPointInterface> |
Series to plot the data as line.
|
| PointsGraphSeries<E extends DataPointInterface> |
Series that plots the data as points.
|
| Enum | Description |
|---|---|
| PointsGraphSeries.Shape |
choose a predefined shape to draw for
each data point.
|