Search found 5 matches

by MS715
Wed Mar 09, 2022 4:24 pm
Forum: VCL
Topic: Data incorrect in export to XLSX
Replies: 6
Views: 5740

Re: Data incorrect in export to XLSX

Hi Marc, I am allowing users to export data via a button click (see code below). I am apparently not triggering use of the older excel format. Can you direct me to a sample or the correct method? Thanks, Mike Simmons procedure TGraphForm.DownloadDataAsXLX(Sender: TObject); Var NameOnly, DownloadFile...
by MS715
Tue Mar 08, 2022 2:36 pm
Forum: VCL
Topic: Data incorrect in export to XLSX
Replies: 6
Views: 5740

Re: Data incorrect in export to XLSX

Hi Marc,

I've sent the exported chart via email. Thanks for the fast response.

Mike
by MS715
Mon Mar 07, 2022 8:07 pm
Forum: VCL
Topic: Data incorrect in export to XLSX
Replies: 6
Views: 5740

Data incorrect in export to XLSX

When I export chart data to XLSX some data is lost and some data is offset. In the image attached you can see the values in the data table and what shows up after export. Any ideas how to correct the export.

Thanks
Mike Simmons
by MS715
Wed Dec 09, 2020 6:56 pm
Forum: VCL
Topic: Data Table Missing values
Replies: 3
Views: 9187

Re: Data Table Missing values

That's fixed it. Thank you Yeray!

Mike Simmons
by MS715
Fri Nov 20, 2020 3:39 pm
Forum: VCL
Topic: Data Table Missing values
Replies: 3
Views: 9187

Data Table Missing values

See attached image. The data table only shows the values every fourth bar. There seems to be ample room to draw the value. I have seen that if I reduce the number of points shown, the data table may draw correctly. But even with this sample there is sufficient room to draw the values. Is there some ...