User (Legacy) Posted January 22, 2007 Author Report Share Posted January 22, 2007 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 More sharing options...
User (Legacy) Posted January 22, 2007 Report Share Posted January 22, 2007 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 More sharing options...
Software FX Posted January 30, 2007 Report Share Posted January 30, 2007 Setting the Pane's Proportion to zero will make it invisible. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
Software FX Posted January 30, 2007 Report Share Posted January 30, 2007 Setting the Pane's Proportion to zero will make it invisible. -- Francisco Padron www.chartfx.com Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 31, 2007 Author Report Share Posted January 31, 2007 "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 More sharing options...
User (Legacy) Posted January 31, 2007 Author Report Share Posted January 31, 2007 "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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.