Search found 10 matches

by susi
Fri May 21, 2010 11:39 am
Forum: VCL
Topic: How can I remove points from TChartSeries
Replies: 3
Views: 4457

Re: How can I remove points from TChartSeries

Yes, but the software hangs when I do that with a chart that is so big that it raised the EOutOfMemory exception.
by susi
Thu May 20, 2010 12:21 pm
Forum: VCL
Topic: How can I remove points from TChartSeries
Replies: 3
Views: 4457

How can I remove points from TChartSeries

Hi,

I have added so many points to a series by calling AddXY that EOutOfMemory is raised whenever I'm calling AddXY again. Now, I want to remove every second point of the chart (i.e. reduce the number of samples) to free some memory. How can I do that?

Regards,

S.
by susi
Mon Feb 08, 2010 4:46 pm
Forum: VCL
Topic: Fast series XLS export: Is there a way to include titles?
Replies: 3
Views: 2415

Re: Fast series XLS export: Is there a way to include titles?

There is not even a workaround?
by susi
Mon Feb 08, 2010 1:13 pm
Forum: VCL
Topic: Fast series XLS export: Is there a way to include titles?
Replies: 3
Views: 2415

Fast series XLS export: Is there a way to include titles?

Hi, I have a chart, it contains several fast line series with different titles (i.e., "series 1", "series 2", ...). I'm able to export the data into an XLS file using the chart editor dialog. However, checking the "Header" - checkbox in the "Include"-box in the "Data"-tab of the "Export" tab in the ...
by susi
Mon Feb 08, 2010 12:11 pm
Forum: VCL
Topic: Upgrade error
Replies: 4
Views: 3224

Re: Upgrade error

Ok, it's working.
by susi
Mon Feb 08, 2010 11:39 am
Forum: VCL
Topic: Upgrade error
Replies: 4
Views: 3224

Re: Upgrade error

I've removed all references to TeeDB7C6.lib, TeeImage7C6.lib, TeeUI7C6.lib, TeePro7C6.lib and Tee7C6.lib from the BPR file. Now I get plenty of unresolved externals, such as "Unresolved external '__fastcall Teengine::TCustomChartElement::~TCustomChartElement()' referenced from C:\MyProject\DATA_GRAP...
by susi
Mon Feb 08, 2010 11:13 am
Forum: VCL
Topic: Upgrade error
Replies: 4
Views: 3224

Upgrade error

Hi, I've just run TeeChart8.06Builder6.exe on a system with BCB6 and TeeChart 7.07 installed. The installation of TeeChart 8 finished without any errors, but suddenly, building a BCB6 project fails with the linker error "Unable to open file 'TEEIMAGE7C6.LIB', even though it succeeded with TeeChart 7...
by susi
Tue Jan 26, 2010 4:37 pm
Forum: VCL
Topic: Exporting all series to xls
Replies: 5
Views: 3268

Re: Exporting all series to xls

It works for all formats but XLS.
by susi
Tue Jan 26, 2010 10:35 am
Forum: VCL
Topic: Exporting all series to xls
Replies: 5
Views: 3268

Re: Exporting all series to xls

Hi,

it worked like a charm. But for some reason, I can't manage to export the labels of the series into an xls file; you know, the labels from the legend. It's simply "Index", "X", "Y", "X", "Y" in the first row. IncludeLabels does nothing.

Regards,
S.
by susi
Mon Jan 25, 2010 9:50 am
Forum: VCL
Topic: Exporting all series to xls
Replies: 5
Views: 3268

Exporting all series to xls

Hi, I'm using TeeChart V. 7.07 with BCB 6 and I want to export all series of a chart into an XLS file at runtime. How can I do that without executing the ChartEditor? (I'm unable to run the ChartEditor at runtime due to some really strange linker errors ("Unable to open file 'PENDLG.DFM'"); I'm pret...