How to paint the area under the curve in the worm chart line for Android.
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