Set Specific Color To The Region Occupied By Linechart
I am able to plot Marks Dynamically and set Different Color to the LineChart.Now i am having issue of, not able to fill the Color in the Region where the LineChart occupies.I have
I have Solved it myself just a simple twik and its done.
Just added this inbuilt method and output seems amazing
setS.setColors(getColorRandom());
setS.setDrawFilled(true);
setS.setFillColor(getColorRandom());
Post a Comment for "Set Specific Color To The Region Occupied By Linechart"