public interface ChartInterface
| Modifier and Type | Method and Description |
|---|---|
android.graphics.PointF |
getCenterOffsets() |
android.graphics.PointF |
getCenterOfView() |
android.graphics.RectF |
getContentRect() |
ChartData |
getData() |
ValueFormatter |
getDefaultValueFormatter() |
int |
getHeight() |
int |
getWidth() |
float |
getXChartMax() |
float |
getXChartMin() |
int |
getXValCount() |
float |
getYChartMax() |
float |
getYChartMin() |
float getXChartMin()
float getXChartMax()
float getYChartMin()
float getYChartMax()
int getXValCount()
int getWidth()
int getHeight()
android.graphics.PointF getCenterOfView()
android.graphics.PointF getCenterOffsets()
android.graphics.RectF getContentRect()
ValueFormatter getDefaultValueFormatter()
ChartData getData()