-
- All Implemented Interfaces:
-
com.github.mikephil.charting.formatter.IFillFormatter
public class DefaultFillFormatter implements IFillFormatter
Default formatter that calculates the position of the filled line.
-
-
Constructor Summary
Constructors Constructor Description DefaultFillFormatter()
-
Method Summary
Modifier and Type Method Description FloatgetFillLinePosition(ILineDataSet dataSet, LineDataProvider dataProvider)Returns the vertical (y-axis) position where the filled-line of the LineDataSet should end. -
-
Method Detail
-
getFillLinePosition
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
-
-
-
-