• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

How to draw a chart with multiple y-axises

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

How to draw a single Chart with multiple y-axis and sharing the same x-aixs, each y-aixs may contain one or more series. I appreciate any example code/samples on this one. I am using JClass from Quest software.

Ex:

20||
Graph 3 ||
10||
||
0|______________________________|
3||
||
Graph 22||
||
1|______________________________|
8||
6||
||
Graph 1 4||
||
2|______________________________|
15101520

X-Axis Title




Thanks in advance!!!
Ray
 
Ray Kumar
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Above diagram is not displayed correctly, I am trying again.



20| |
Graph 3 | |
10| |
| |
0| |
-------------------------------
3| |
| |
Graph 2 2| |
| |
1| |
-------------------------------
| |
6| |
| |
Graph 1 4| |
| |
2| |
-------------------------------
15101520
X-Axis Title
 
Ray Kumar
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
Ray Kumar
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am trying to display the graph model again.

 
Ranch Hand
Posts: 1535
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ray,

to preserve the formatting of text, use the ubb code tags.
 
Ray Kumar
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you for the code example.

I have to plot more than one series in each graph. Any code examples using JClass from sitraka appreciated. I am able to draw multiple series in one graph, but I want to plot multiple graphs with diffent y-axis ranges as show in the graph with the same x-axis.


Thanks in Advance.
Phani
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic