Search found 2 matches
- Mon Jun 13, 2022 5:06 pm
- Forum: VCL
- Topic: Questions regarding LoadGraphOptions
- Replies: 2
- Views: 4704
Re: Questions regarding LoadGraphOptions
I have found the function LoadChartFromXMLFile but ... After I have saved the same options to both the tee file and the xml file and then load those files, the tee file works as expected (apart form the data not being drawn) but the XML file does not. I attach three screenshots showing what I am get...
- Mon Jun 13, 2022 4:37 pm
- Forum: VCL
- Topic: Questions regarding LoadGraphOptions
- Replies: 2
- Views: 4704
Questions regarding LoadGraphOptions
I have some questions about loading TChart options from previously saved *.tee files. The tee files have been saved using a call like this: SaveChartToFile(Chart, filename, false, true); The false flag means that the data in the graph is NOT included in the tee file (which I have checked). When I us...