Search found 10 matches
- Fri May 21, 2010 11:39 am
- Forum: VCL
- Topic: How can I remove points from TChartSeries
- Replies: 3
- Views: 4520
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.
- Thu May 20, 2010 12:21 pm
- Forum: VCL
- Topic: How can I remove points from TChartSeries
- Replies: 3
- Views: 4520
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.
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.
- Mon Feb 08, 2010 4:46 pm
- Forum: VCL
- Topic: Fast series XLS export: Is there a way to include titles?
- Replies: 3
- Views: 2447
Re: Fast series XLS export: Is there a way to include titles?
There is not even a workaround?
- Mon Feb 08, 2010 1:13 pm
- Forum: VCL
- Topic: Fast series XLS export: Is there a way to include titles?
- Replies: 3
- Views: 2447
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 ...
- Mon Feb 08, 2010 12:11 pm
- Forum: VCL
- Topic: Upgrade error
- Replies: 4
- Views: 3263
Re: Upgrade error
Ok, it's working.
- Mon Feb 08, 2010 11:39 am
- Forum: VCL
- Topic: Upgrade error
- Replies: 4
- Views: 3263
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...
- Mon Feb 08, 2010 11:13 am
- Forum: VCL
- Topic: Upgrade error
- Replies: 4
- Views: 3263
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...
- Tue Jan 26, 2010 4:37 pm
- Forum: VCL
- Topic: Exporting all series to xls
- Replies: 5
- Views: 3317
Re: Exporting all series to xls
It works for all formats but XLS.
- Tue Jan 26, 2010 10:35 am
- Forum: VCL
- Topic: Exporting all series to xls
- Replies: 5
- Views: 3317
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.
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.
- Mon Jan 25, 2010 9:50 am
- Forum: VCL
- Topic: Exporting all series to xls
- Replies: 5
- Views: 3317
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...