public interface ChartInterface
| Modifier and Type | Method and Description |
|---|---|
MPPointF |
getCenterOffsets() |
MPPointF |
getCenterOfView() |
android.graphics.RectF |
getContentRect() |
ChartData |
getData() |
ValueFormatter |
getDefaultValueFormatter() |
int |
getHeight() |
float |
getMaxHighlightDistance()
Returns the maximum distance in scren dp a touch can be away from an entry to cause it to get highlighted.
|
int |
getMaxVisibleCount() |
int |
getWidth() |
float |
getXChartMax()
Returns the maximum x value of the chart, regardless of zoom or translation.
|
float |
getXChartMin()
Returns the minimum x value of the chart, regardless of zoom or translation.
|
float |
getXRange() |
float |
getYChartMax()
Returns the maximum y value of the chart, regardless of zoom or translation.
|
float |
getYChartMin()
Returns the minimum y value of the chart, regardless of zoom or translation.
|
float getXChartMin()
float getXChartMax()
float getXRange()
float getYChartMin()
float getYChartMax()
float getMaxHighlightDistance()
int getWidth()
int getHeight()
MPPointF getCenterOfView()
MPPointF getCenterOffsets()
android.graphics.RectF getContentRect()
ValueFormatter getDefaultValueFormatter()
ChartData getData()
int getMaxVisibleCount()