Mayur Teraiya

Results 8 comments of Mayur Teraiya

i am also facing same issue. And my project scope is also approved but still facing same issue.

Thanks for your replay. Once graph loaded then we are filter data and second time we have set new data in option and but its not get reflected. hiChartTrend.redraw(); hiChartTrend.refreshDrawableState();...

Thanks for your replay. chartview.setOptions(newOptions) this one already done but not working setSeries(newArrayListOfSeries) let me try again with this.

IGradient gradient = new HIGradient(0, 0.5f, 1, 1); Next, you should define HIStop's: LinkedList stops = new LinkedList(); stops.add(new HIStop(0.4f, HIColor.initWithRGB(160, 160, 160))); stops.add(new HIStop(1, HIColor.initWithRGB(60, 60, 60))); we have...

HIGradient gradient = new HIGradient(0, 0.5f, 1, 1); LinkedList stops = new LinkedList(); stops.add(new HIStop(0.4f, HIColor.initWithRGB(160, 160, 160))); stops.add(new HIStop(1, HIColor.initWithRGB(60, 60, 60))); series1.setColor(HIColor.initWithLinearGradient(gradient, stops)); set color in series like...

if possible send your complete code for set gradiant in xAxis bar.

i am also facing that issue. let me know if any solution