Building a Chart > Storing Chart Descriptions in Files > Saving Chart Data |
Chart data is normally stored with the other chart properties. If you don't want the data saved, set the IsSaved property in the Chart2DDataobject to FALSE. If you want the chart data saved to a file, set the FileName property to the name of the file. Saved data can be loaded from this file using the Load method.
If the IsSaved property is set to TRUE, data is saved with the chart, and the value of the FileName property is ignored.