| Interface | Description |
|---|---|
| ColorFormatter |
Interface that can be used to return a customized color instead of setting
colors via the setColor(...) method of the DataSet.
|
| IAxisValueFormatter |
Created by Philipp Jahoda on 20/09/15.
|
| IFillFormatter |
Interface for providing a custom logic to where the filling line of a LineDataSet
should end.
|
| IValueFormatter |
Interface that allows custom formatting of all values inside the chart before they are
being drawn to the screen.
|
| Class | Description |
|---|---|
| DefaultAxisValueFormatter |
Created by philipp on 02/06/16.
|
| DefaultFillFormatter |
Default formatter that calculates the position of the filled line.
|
| DefaultValueFormatter |
Default formatter used for formatting values inside the chart.
|
| IndexAxisValueFormatter |
This formatter is used for passing an array of x-axis labels, on whole x steps.
|
| LargeValueFormatter |
Predefined value-formatter that formats large numbers in a pretty way.
|
| PercentFormatter |
This IValueFormatter is just for convenience and simply puts a "%" sign after
each value.
|
| StackedValueFormatter |
Created by Philipp Jahoda on 28/01/16.
|