-
- All Implemented Interfaces:
-
com.github.mikephil.charting.interfaces.dataprovider.BarLineScatterCandleBubbleDataProvider,com.github.mikephil.charting.interfaces.dataprovider.ChartInterface
public interface BarDataProvider implements BarLineScatterCandleBubbleDataProvider
-
-
Method Summary
Modifier and Type Method Description abstract BarDatagetBarData()abstract booleanisDrawBarShadowEnabled()abstract booleanisDrawValueAboveBarEnabled()abstract booleanisHighlightFullBarEnabled()-
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.BarLineScatterCandleBubbleDataProvider
getData, getHighestVisibleX, getLowestVisibleX, getTransformer, isInverted -
Methods inherited from class com.github.mikephil.charting.interfaces.dataprovider.ChartInterface
getCenterOfView, getCenterOffsets, getContentRect, getData, 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
-
getBarData
abstract BarData getBarData()
-
isDrawBarShadowEnabled
abstract boolean isDrawBarShadowEnabled()
-
isDrawValueAboveBarEnabled
abstract boolean isDrawValueAboveBarEnabled()
-
isHighlightFullBarEnabled
abstract boolean isHighlightFullBarEnabled()
-
-
-
-