Save ALL Chart properties values to a file
Posted: Tue Jan 20, 2004 3:54 pm
Hi there!
I would like to know if it is possible to save ALL the Chart properties values to a file. I use the 'SaveChartToFile' procedure but there is a problem with it. This procedure does not save to file ALL the properties, only saves the non-default properties values. Example:
If you have a Chart with the property:
Legend.Visible = True
saving the chart to a file will not include the line 'Legend.Visible = True'
to the file because any chart has this property = true by default.
Then , if I load another Chart with the property Legend.Visible = false
from this file with 'LoadChartFromFile', the property Legend.Visible will
not change, it will be 'false'.
This problem would be solved saving all the chart properties values in the file.
Any solutions?
Thanks in advance.
Pablo.
I would like to know if it is possible to save ALL the Chart properties values to a file. I use the 'SaveChartToFile' procedure but there is a problem with it. This procedure does not save to file ALL the properties, only saves the non-default properties values. Example:
If you have a Chart with the property:
Legend.Visible = True
saving the chart to a file will not include the line 'Legend.Visible = True'
to the file because any chart has this property = true by default.
Then , if I load another Chart with the property Legend.Visible = false
from this file with 'LoadChartFromFile', the property Legend.Visible will
not change, it will be 'false'.
This problem would be solved saving all the chart properties values in the file.
Any solutions?
Thanks in advance.
Pablo.