Thursday 15 May 2014

java - Coloring area under the curve in achartengine in android -


How to paint the area under the curve in the worm chart line for Android. Enter image details here

It should be as simple as:

  FillOutsideLine fill = new FillOutsideLine (FillOutsideLine.Type.BOUNDS_ALL); Fill.setcolor (Color.GREEN); SeriesRenderer.addFillOutsideLine (filling);    

No comments:

Post a Comment