Jump to content
Software FX Community

Adding a series to an existing chart


User (Legacy)

Recommended Posts

Posted

I am making an app that compares data collected from a device my company

makes. Basically, the user will be cutting data from other sources and

pasting into this one. Since I don't know how many times the user might do

this, I don't know how many series to allocate. And since I am only being

passed the data and I don't wish to hang on to it forever (don't want to hog

memory), I don't want to allocate an additional array each time the user

calls my routine.

How can I just add a new series to the chart, without blowing away the data

already in the chart?

Archived

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

×
×
  • Create New...