Jump to content
Software FX Community

Are annotations saved with chart?


User (Legacy)

Recommended Posts

I am saving my chart that has annotations like this:

mChart.FileMask = FMASK_ALL

mChart.Export CHART_CFXOLETEMPLATE, App.Path + "\Layout.cht"

I load the save chart like this:

mChart.Import CHART_CFXOLETEMPLATE, App.Path + "\Layout.cht"

When the chart is loaded the annotations do not appear. Are they saved with

the chart? If they are then what else to I need to do to get them to show.

Thanks

Daniel Reber

Datamasters, Inc

BugRepeater.zip

Link to comment
Share on other sites

That worked, thanks.

"SoftwareFX Support" <support@softwarefx.com> wrote in message

news:PcFGevIPCHA.1280@webserver1.softwarefx.com...

> Not when you save a template, the are saved when you safe a file

> (CHART_CFXOLEFILE). You can control what gets saved when saving to a file

> (CHART_CFXOLEFILE) using the FileMask property. By default it saves

> everything.

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...