Page 1 of 1

Columns headers on export dialog data

Posted: Tue Jun 28, 2016 3:34 pm
by 16577771
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

Re: Columns headers on export dialog data

Posted: Wed Jun 29, 2016 9:50 am
by yeray
Hello,

Try with this:

Code: Select all

  Series1.XValues.Name:='my x';
  Series1.YValues.Name:='my y values';