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

Archived

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

×
×
  • Create New...