Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grpahs: Dual Axis Charts

Status
Not open for further replies.

kaeserea

Programmer
Feb 26, 2003
164
DE
Hello!

I'd like to display a vertical polar clusteres bars chart (graph type=21) which should look like this:
[tt]
^ ^
| | |
| | | | |
| || ||| |
| |||| |||| |
|--------------------------|
| |
| | | | |
| | || | | |
| |||| |||| |
|--------------------------|
[/tt]

normally you can only say
setAxisAssignment(getSeries(x),1);
(put a series down on the lower axis)

but
setAxisAssignment(getGroups(1),1);
would be what I want, but it doesn't work.

So I'd like to put whole groups (not series) down on the lower Axis. Does anybody know how to do this?

Thanx a lot
Eva
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top