Hi,
When the user export format files (Text, excel,...) from export dialog data tab (using the funtion "TeeExport"), files show the column X with the caption "X" and the column Y with the caption "Y".
How can I change this captions?
Regards,
Àlex Reales
PD:
Version TeeChar Pro v2015.26.150901 32 bit VCL
Columns headers on export dialog data
Re: Columns headers on export dialog data
Hello,
Try with this:
Try with this:
Code: Select all
Series1.XValues.Name:='my x';
Series1.YValues.Name:='my y values';
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |