I'm using Delphi 4 and TeeChart Pro 7.04
I have a problem with saving the Chart.Legend.Visible property to the chart.
I'm doing the following:
1) Creating my chart at runtime, the legend is hidden for default
2) Then I save the chart to a file with the editor (export), for example xy.tee (with invisible legend)
3) After saving, I set Chart.Legend.Visible = TRUE, the legend in the chart appears.
4) Now I load the chart from the file xy.tee (with invisible legend), but the legend still appears.
Is the property stored in the file, or not? What I'm doing wrong?

THX