Search found 4 matches

by Patrik
Mon Feb 18, 2008 12:59 pm
Forum: VCL
Topic: Problem with changing TPieSeries.OtherSlice at runtime
Replies: 4
Views: 4846

This code doesn't work for me either.

What version do you use when you get it to work? I use TeeChart Pro v7.08 Win32

Thanks in advance
Patrik
by Patrik
Mon Nov 05, 2007 2:09 pm
Forum: VCL
Topic: Problem with changing TPieSeries.OtherSlice at runtime
Replies: 4
Views: 4846

Problem with changing TPieSeries.OtherSlice at runtime

I run Delphi 2006 and Teechart Pro 7.08 In our application the user can change the OtherSlice value at runtime. This has not been a problem before but after our upgrade to teechart 7.08 and Delphi 2006 this does not work properly anymore. After the otherslice value is changed, the chart doesnt repai...
by Patrik
Wed Nov 03, 2004 8:55 am
Forum: VCL
Topic: exporting to excel
Replies: 3
Views: 5222

Thanks for ur answer, but how do I do that? I thought the CopyToClipboard command did exactly that.

Some example code or a link do some other help would be much appreciated.

Thanks in advance.
by Patrik
Tue Nov 02, 2004 11:43 am
Forum: VCL
Topic: exporting to excel
Replies: 3
Views: 5222

exporting to excel

Hi! I want to export the data in a chart to excel. I use this code: with TSeriesDataXLS.Create(chart1,nil) do try includeindex:=true; IncludeHeader := True; IncludeLabels := True; CopyToClipboard; finally Free; end; but it doesn't work. When I paste in Excel I get empty cells. The number of empty ce...