Open GoogleCodeExporter opened 8 years ago
[deleted comment]
[deleted comment]
[deleted comment]
Upgrade to 1.1.0:
https://repository-achartengine.forge.cloudbees.com/snapshot/org/achartengine/ac
hartengine/1.1.0/
Original comment by 4viewsoft@gmail.com
on 13 May 2013 at 5:17
Original comment by 4viewsoft@gmail.com
on 13 May 2013 at 5:17
[deleted comment]
[deleted comment]
But in RangeCategorySeries there still isnt constructor with scale like in
TimeSeries
public TimeSeries(String title,int scale) so i cannot provide multiple Y axis
for Range Bar Chart. Isnt it?
Original comment by michal.m...@gmail.com
on 13 May 2013 at 6:00
You make a confusion. TimeSeries is for time charts.
If you need multiple Y axis, take a look at CombinedXYChart.
Original comment by 4viewsoft@gmail.com
on 13 May 2013 at 6:07
Yes i know that TimeSeries is for time charts i take it like a example. So when
a take a CombinedXYChart i can display RangeCategorySeries with multiple Y
axis? Thanks
Original comment by michal.m...@gmail.com
on 13 May 2013 at 6:09
See this for an example:
https://code.google.com/p/achartengine/source/browse/trunk/achartengine/demo/org
/achartengine/chartdemo/demo/chart/CombinedTemperatureChart.java
Original comment by 4viewsoft@gmail.com
on 13 May 2013 at 6:13
I already read this code before, but what i want is graph with two axis, first
in left and second in right and draw only RangeBar no Bar but i think that it
isnt possible in this state of achartengine because RangeCategorySeries doesnt
support constructor like new RangeCategorySeries(String title, int scale). It
is true? Thanks
Original comment by michal.m...@gmail.com
on 13 May 2013 at 6:23
RangeBarChart is supported in combined charts.
Original comment by 4viewsoft@gmail.com
on 13 May 2013 at 6:29
I will try it. Thanks
Original comment by michal.m...@gmail.com
on 13 May 2013 at 6:53
I tried it and it doesnt work and i think that it is because
RangeCategorySeries doesnt contains scale value so i cannot assign series to
one of two axis and than put axis to left or right.
Original comment by michal.m...@gmail.com
on 13 May 2013 at 8:52
Original comment by dandrome...@gmail.com
on 7 Jun 2013 at 8:53
Original issue reported on code.google.com by
michal.m...@gmail.com
on 15 Apr 2013 at 7:51