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()
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.
|
int |
getXValCount() |
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 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()