-
public interface IFillFormatterInterface 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 FloatgetFillLinePosition(ILineDataSet dataSet, LineDataProvider dataProvider)Returns the vertical (y-axis) position where the filled-line of the LineDataSet should end. -
-
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
-
-
-
-