Package 

Interface IFillFormatter


  • 
    public interface IFillFormatter
    
                        

    Interface for providing a custom logic to where the filling line of a LineDataSet should end. This of course only works if setFillEnabled(...) is set to true.

    • Method Summary

      Modifier and Type Method Description
      abstract 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
    • Method Detail

      • getFillLinePosition

         abstract Float getFillLinePosition(ILineDataSet dataSet, LineDataProvider dataProvider)

        Returns the vertical (y-axis) position where the filled-line of the LineDataSet should end.

        Parameters:
        dataSet - the ILineDataSet that is currently drawn