Jump to content
Software FX Community

ChartFX Serialization of chart object


User (Legacy)

Recommended Posts

I went through the various online samples looking

for a definitive answer to this and didn't find one.

So, before spending some time messing with

your samples, I thought I'd just ask the experts first.

Either in design time or at runtime (preferrable), I'd

like to be able to change settings of a Chart object.

Then, serialize the object itself (there will be no

data points in it) to xml or binary to disk.

I'll then take this file and use it at runtime in

ASP.NET to create a chart object from the file

serialized object and then populate it with data.

Is this possible?

Link to comment
Share on other sites

Outstanding...

"Software FX" <noreply@softwarefx.com> wrote in message

news:xhNDfaGIHHA.244@webserver3.softwarefx.com...

> Yes. The Export method can export the chart to either binary or XML, the

> FileContents property controls what gets saved.

>

> Later on, you can create a chart and use the Import method to restore the

> previously saved settings.

>

> --

> Francisco Padron

> www.chartfx.com

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...