| Interface | Description |
|---|---|
| ColorFormatter |
Interface that can be used to return a customized color instead of setting
colors via the setColor(...) method of the DataSet.
|
| FillFormatter |
Interface for providing a custom logic to where the filling line of a LineDataSet
should end.
|
| ValueFormatter |
Interface that allows custom formatting of all values inside the chart before they are
being drawn to the screen.
|
| XAxisValueFormatter |
Created by Philipp Jahoda on 14/09/15.
|
| YAxisValueFormatter |
Created by Philipp Jahoda on 20/09/15.
|
| Class | Description |
|---|---|
| DefaultFillFormatter |
Default formatter that calculates the position of the filled line.
|
| DefaultValueFormatter |
Default formatter used for formatting values inside the chart.
|
| DefaultXAxisValueFormatter |
Created by Philipp Jahoda on 14/09/15.
|
| DefaultYAxisValueFormatter |
Created by Philipp Jahoda on 20/09/15.
|
| LargeValueFormatter |
Predefined value-formatter that formats large numbers in a pretty way.
|
| PercentFormatter |
This ValueFormatter is just for convenience and simply puts a "%" sign after
each value.
|