-
- All Implemented Interfaces:
-
com.github.mikephil.charting.interfaces.dataprovider.BarLineScatterCandleBubbleDataProvider,com.github.mikephil.charting.interfaces.dataprovider.ChartInterface
public interface LineDataProvider implements BarLineScatterCandleBubbleDataProvider
-
-
Method Summary
Modifier and Type Method Description abstract YAxisgetAxis(YAxis.AxisDependency dependency)abstract LineDatagetLineData()abstract FloatgetLowestVisibleX()abstract FloatgetHighestVisibleX()-
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.LineDataProvider
getData, getTransformer, isInverted -
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.BarLineScatterCandleBubbleDataProvider
getCenterOfView, getCenterOffsets, getContentRect, getDefaultValueFormatter, getHeight, getMaxHighlightDistance, getMaxVisibleCount, getWidth, getXChartMax, getXChartMin, getXRange, getYChartMax, getYChartMin -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getAxis
abstract YAxis getAxis(YAxis.AxisDependency dependency)
-
getLineData
abstract LineData getLineData()
-
getLowestVisibleX
abstract Float getLowestVisibleX()
-
getHighestVisibleX
abstract Float getHighestVisibleX()
-
-
-
-