ash_softwarefx Posted December 12, 2007 Report Share Posted December 12, 2007 Hi, I am trying to add component to ChartFX like button or something. I am trying to do it by setting the writer of Chart as FlashWriter and then adding component to the container of the writer. But the problem is conatiner is null initially, due to which i cant refer it. The code i am using is : FlashWriter writer = new FlashWriter(); Chart1.OutputWriter = writer; Now when i refer to writer.container it is null... Can anyone of you help me adding component to the chart. Quote Link to comment Share on other sites More sharing options...
Frank Posted December 12, 2007 Report Share Posted December 12, 2007 The chart is not a generic container of controls. You can not add a control/component to the chart. Quote Link to comment Share on other sites More sharing options...
ash_softwarefx Posted December 12, 2007 Author Report Share Posted December 12, 2007 Thanks for the reply... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.