Add zeroline screenshot

This commit is contained in:
Philipp Jahoda 2016-02-11 16:24:30 +01:00
parent 61c2398d6b
commit 0895690ea4
2 changed files with 1 additions and 0 deletions

View file

@ -35,6 +35,7 @@ public class BarChartPositiveNegative extends DemoBase {
mTf = Typeface.createFromAsset(getAssets(), "OpenSans-Regular.ttf");
mChart = (BarChart) findViewById(R.id.chart1);
mChart.setBackgroundColor(Color.WHITE);
mChart.setExtraTopOffset(-30f);
mChart.setExtraBottomOffset(10f);
mChart.setExtraLeftOffset(70f);

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB