public class XAxisRendererBarChart extends XAxisRenderer
| Modifier and Type | Field and Description |
|---|---|
protected BarChart |
mChart |
mXAxismAxisLabelPaint, mAxisLinePaint, mGridPaint, mLimitLinePaint, mTransmMaxX, mMinX, mViewPortHandler| Constructor and Description |
|---|
XAxisRendererBarChart(ViewPortHandler viewPortHandler,
XAxis xAxis,
Transformer trans,
BarChart chart) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawLabels(android.graphics.Canvas c,
float pos,
android.graphics.PointF anchor)
draws the x-labels on the specified y-position
|
void |
renderGridLines(android.graphics.Canvas c)
Draws the grid lines belonging to the axis.
|
computeAxis, drawLabel, renderAxisLabels, renderAxisLine, renderLimitLineLabel, renderLimitLineLine, renderLimitLinesgetPaintAxisLabels, getPaintAxisLine, getPaintGrid, getTransformercalcXBounds, fitsBoundsprotected BarChart mChart
public XAxisRendererBarChart(ViewPortHandler viewPortHandler, XAxis xAxis, Transformer trans, BarChart chart)
protected void drawLabels(android.graphics.Canvas c,
float pos,
android.graphics.PointF anchor)
drawLabels in class XAxisRendererpos - public void renderGridLines(android.graphics.Canvas c)
AxisRendererrenderGridLines in class XAxisRenderer