pardonhan / achartengine

Automatically exported from code.google.com/p/achartengine
0 stars 0 forks source link

Range Bar Chart multiple Axis #298

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any way to get Range Bar Chart with multiple Y axis? Because probably 
in version 1.0 there isn't. Can you provide it or get some patch for this issue?

Thanks

Original issue reported on code.google.com by michal.m...@gmail.com on 15 Apr 2013 at 7:51

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by 4viewsoft@gmail.com on 13 May 2013 at 5:17

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
RangeBarChart is supported in combined charts.

Original comment by 4viewsoft@gmail.com on 13 May 2013 at 6:29

GoogleCodeExporter commented 9 years ago
I will try it. Thanks

Original comment by michal.m...@gmail.com on 13 May 2013 at 6:53

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by dandrome...@gmail.com on 7 Jun 2013 at 8:53