Package com.github.mikephil.charting.formatter
See: Description
-
Interface Summary 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 Custom formatter interface that allows formatting of axis labels before they are being drawn. 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 Summary Class Description DefaultAxisValueFormatter 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 Constructor.