Search found 2 matches
- Fri Sep 05, 2014 10:35 am
- Forum: Java
- Topic: Android - Custom Drawing.
- Replies: 2
- Views: 38748
Re: Android - Custom Drawing.
Perfect, thanks.
- Thu Sep 04, 2014 11:27 am
- Forum: Java
- Topic: Android - Custom Drawing.
- Replies: 2
- Views: 38748
Android - Custom Drawing.
Hello. I need help with custom chart drawing. What I have now: chart.png Bars show count of sold goods and red triangle shows target count. Code looks like this: chart.addChartPaintListener(new ChartPaintAdapter() { @Override public void chartPainted(ChartDrawEvent chartDrawEvent) { final int target...