Jump to content
Software FX Community

Adding and removing Panes dinamically.


User (Legacy)

Recommended Posts

Hi,

I'm trying to develop a chart in which I want to show some series in a

different pane from the others.

What I want to achieve is to let the user choose which pane to view / hide

(ie: I have 4 panes, and the user might wanto to hide pane 2 and 4). How can

I achieve that ? The pane class doesn't have a Visible property. I had to

code at the axis level ? The trouble is that I don't not which axis belongs

to a particular pane, and I don't want to hardcode this info (if I add a new

serie / pane, ...).

Any suggestions ?

Thanks in advance.

Lbrt

Link to comment
Share on other sites

Hi,

I'm trying to develop a chart in which I want to show some series in a

different pane from the others.

What I want to achieve is to let the user choose which pane to view / hide

(ie: I have 4 panes, and the user might wanto to hide pane 2 and 4). How can

I achieve that ? The pane class doesn't have a Visible property. I had to

code at the axis level ? The trouble is that I don't not which axis belongs

to a particular pane, and I don't want to hardcode this info (if I add a new

serie / pane, ...).

Any suggestions ?

Thanks in advance.

Lbrt

Link to comment
Share on other sites

  • 2 weeks later...

"Software FX" <noreply@softwarefx.com> ha scritto nel messaggio 

news:i1JYJxHRHHA.3900@webserver3.softwarefx.com...

> Setting the Pane's Proportion to zero will make it invisible.

>

> --

> Francisco Padron

> www.chartfx.com

Thanks, Francisco.

And for the series in the panes ? It's ok to make them invisible, before

issuing Pane.Proportion = 0 ?

If I don't do this, the series in the pane I'm trying to hide start to

appear on others pane.

Can you point me to some samples regarding the use of panes with ChartFx,

beyond the ones in the help ? Some KB articles ?

Thanks for the help.

Lbrt

Link to comment
Share on other sites

"Software FX" <noreply@softwarefx.com> ha scritto nel messaggio 

news:i1JYJxHRHHA.3900@webserver3.softwarefx.com...

> Setting the Pane's Proportion to zero will make it invisible.

>

> --

> Francisco Padron

> www.chartfx.com

Thanks, Francisco.

And for the series in the panes ? It's ok to make them invisible, before

issuing Pane.Proportion = 0 ?

If I don't do this, the series in the pane I'm trying to hide start to

appear on others pane.

Can you point me to some samples regarding the use of panes with ChartFx,

beyond the ones in the help ? Some KB articles ?

Thanks for the help.

Lbrt

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...