Jump to content
Software FX Community

Export/Import Annotations with different versions of ChartFx


User (Legacy)

Recommended Posts

I have been saving annotations to a memory stream as follows:

ms = new MemoryStream();

this.FileMask = FileMask.Extensions;

this.Export(FileFormat.Binary, ms);

The Memory stream gets stored in a separate file so it can later be restored

using the Import method.

Does this present problems when the version of ChartFX changes? If not, how

can I insure compatibility with future upgrades?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...