Package 

Class DefaultFillFormatter

  • All Implemented Interfaces:
    com.github.mikephil.charting.formatter.IFillFormatter

    
    public class DefaultFillFormatter
     implements IFillFormatter
                        

    Default formatter that calculates the position of the filled line.

    • Method Summary

      Modifier and Type Method Description
      Float getFillLinePosition(ILineDataSet dataSet, LineDataProvider dataProvider) Returns the vertical (y-axis) position where the filled-line of the LineDataSet should end.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultFillFormatter

        DefaultFillFormatter()
    • Method Detail