Jump to content
Software FX Community

Plotting series in multiple panes


User (Legacy)

Recommended Posts

Hi,

I wonder if you have come across this problem:

If you want to plot series in different panes there doesn't seem to be a

correspondence between pane sequence and series sequence. To plot my 5

series in the correct corresponding 5 panes I had to try & err until I came

up with this combination:

.Series(0).Pane = .Panes(2)

.Series(1).Pane = .Panes(3)

.Series(2).Pane = .Panes(1)

.Series(3).Pane = .Panes(0)

.Series(4).Pane = .Panes(4)

Strangely, if I print the '.Pane(x).Titles.text' I get the pane titles in

the right order, but the actual series data seem to be assigned to each pane

in a different (random) order. Has anybody come across this?

A Lyon

Link to comment
Share on other sites

I don't quite understand your question.

Series are in the first pane (0) unless they are moved. So I do not

understand what you mean by:

"but the actual series data seem to be assigned to each pane in a different

(random) order."

Can you attach a sample program that produces this "random" pane assignment

?

--

Francisco Padron

www.chartfx.com

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...