TSeriesDataXLS.IncludeHeader gives Text/X/Y titles

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Rob W
Newbie
Newbie
Posts: 2
Joined: Wed Mar 07, 2001 5:00 am
Location: NH, USA

TSeriesDataXLS.IncludeHeader gives Text/X/Y titles

Post by Rob W » Tue Sep 28, 2004 9:21 pm

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

Marjan
Site Admin
Site Admin
Posts: 745
Joined: Fri Nov 07, 2003 5:00 am
Location: Slovenia
Contact:

Post by Marjan » Wed Sep 29, 2004 7:19 am

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.
Marjan Slatinek,
http://www.steema.com

Rob W
Newbie
Newbie
Posts: 2
Joined: Wed Mar 07, 2001 5:00 am
Location: NH, USA

Post by Rob W » Tue Oct 19, 2004 10:52 pm

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

Post Reply