Reputation: 4201
The graph I am trying to create is a line graph with six separate functions, all of which need to be easily shown and hidden from the graph and the legend. It also needs to use dual Y-axis'. The reason for the dual axis is that 3 of the functions have a very small range of Y-values, and the other 3 functions have a very large range of Y-values.
I tried to replicate an example in excel:
Above shows how my graph is currently set up. The values of the
pink
line range from [-300,300], while the values of the blue
line range from [-50,50].
I would like the graph to be drawn like it is shown below:
I am currently using the GraphView library
, but cannot find any support for dual Y-axis.
Upvotes: 0
Views: 578
Reputation: 18725
AChartEngine is a good charting Library. http://code.google.com/p/achartengine/
I am pretty sure it can do this.
Upvotes: 3