Page 1 of 1

TSeriesDataXLS.IncludeHeader gives Text/X/Y titles

Posted: Tue Sep 28, 2004 9:21 pm
by 4208888
TSeriesDataXLS.IncludeHeader: Boolean;

Description
Whether or not to include the Header of the data Series source in the exported data. The Header is typically the Series Title, or, if not set, the Series Name.

No matter what I do, I just get "Text X Y".

Any ideas?

Thanks

RobW

Posted: Wed Sep 29, 2004 7:19 am
by Marjan
Hi, Rob.

Which TeeChart version are you using? The above is true if there are multiple series. For single series you'll always get series valuelist names.

Posted: Tue Oct 19, 2004 10:52 pm
by 4208888
Marjan - I'm using 5.02 with C++ builder 5.

I would like to be able to set the column heading names and also to omit duplicate "X" value columns (one X, multiple Y values). Is the only way to write my own CSV output routine?

Thanks
Rob Wills