android-DecoView-charting icon indicating copy to clipboard operation
android-DecoView-charting copied to clipboard

Dyanamically changing the percentage value

Open Rahulbgeorge opened this issue 7 years ago • 2 comments

Rahulbgeorge avatar May 29 '18 05:05 Rahulbgeorge

can you elaborate the issue. i might be facing the same issue.

parthanjaria avatar Jun 01 '19 08:06 parthanjaria

The issue i am facing is i wish to know which series is at what percentage? and then change from that x percentage to y percentage dyamically during the code flow.

tried this code :

ChartSeries chartSeries = null; int index = 1; try {chartSeries = streakProgressBar.getChartSeries(index); float per = chartSeries.getPositionPercent(); System.out.println(per+""); } catch (Exception e) { e.printStackTrace(); }

but always getting 0. don't know why and how.

parthanjaria avatar Jun 01 '19 08:06 parthanjaria