Search found 3 matches

by Geocentrix
Thu Apr 17, 2025 1:27 pm
Forum: VCL
Topic: Help wanted overcoming delay in repainting contour graph
Replies: 1
Views: 2157

Help wanted overcoming delay in repainting contour graph

I am trying to create a contour graph that uses ISO axes (i.e. the same X and Y scales) AND has a number of circles drawn on top of it. Screenshot #2 (correct) below shows the graph I am trying to produce. Screenshot 2 (correct).jpg The problem is that, when the graph first appears, the axes are not...
by Geocentrix
Mon Jun 13, 2022 5:06 pm
Forum: VCL
Topic: Questions regarding LoadGraphOptions
Replies: 2
Views: 5788

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...
by Geocentrix
Mon Jun 13, 2022 4:37 pm
Forum: VCL
Topic: Questions regarding LoadGraphOptions
Replies: 2
Views: 5788

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...