| Interface | Description |
|---|---|
| LabelFormatter |
Interface to use as label formatter.
|
| ValueDependentColor<T extends DataPointInterface> |
you can change the color depending on the value.
|
| Viewport.OnXAxisBoundsChangedListener |
listener to notify when x bounds changed after
scaling or scrolling.
|
| Class | Description |
|---|---|
| CursorMode |
Created by jonas on 22/02/2017.
|
| DefaultLabelFormatter |
The label formatter that will be used
by default.
|
| GraphView | |
| GridLabelRenderer |
The default renderer for the grid
and the labels.
|
| LegendRenderer |
The default renderer for the legend box
|
| RectD |
Created by jonas on 05.06.16.
|
| SecondScale |
To be used to plot a second scale
on the graph.
|
| UniqueLegendRenderer |
A LegendRenderer that renders items with the same name and color only once in the legend
Created by poseidon on 27.02.18.
|
| Viewport |
This is the default implementation for the viewport.
|
| Enum | Description |
|---|---|
| GridLabelRenderer.GridStyle |
Definition which lines will be drawn in the background
|
| GridLabelRenderer.VerticalLabelsVAlign |
Hoziontal label alignment
|
| LegendRenderer.LegendAlign |
alignment of the legend
|
| Viewport.AxisBoundsStatus |
the state of the axis bounds
|
| Viewport.OnXAxisBoundsChangedListener.Reason |