Jump to content
Software FX Community

Adding Component to ChartFX


ash_softwarefx

Recommended Posts

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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...