Search found 6 matches
- Mon Aug 02, 2004 12:56 pm
- Forum: VCL
- Topic: Access violation if not using run time packages
- Replies: 1
- Views: 4980
Access violation if not using run time packages
After successfully compiling some software using BC6++ and TeeChart version 6.01 for some months, I have started to get access violations when I start up my application; They are occuring as part of initialistation of static variables in Teetools::initialisation (access violation occurs in TList::In...
- Sun Mar 07, 2004 1:24 am
- Forum: VCL
- Topic: Exporting to Excel and Text files
- Replies: 2
- Views: 8605
- Fri Feb 27, 2004 6:25 am
- Forum: VCL
- Topic: Exporting to Excel and Text files
- Replies: 2
- Views: 8605
Exporting to Excel and Text files
I can't seem to get the Y labels exported into XLS or CSV files as headings See attached File. The only label that comes out is 'Y', and the word 'Text' for the X labels If I try the same thing with XML or HTML, I get the 'Y'labels coming out correctly. This is with a fastline series. I'm using vers...
- Wed Dec 17, 2003 2:47 am
- Forum: VCL
- Topic: Disabling Zoom on a chart in C++ Builder
- Replies: 4
- Views: 14262
- Tue Dec 16, 2003 5:41 am
- Forum: VCL
- Topic: Disabling Zoom on a chart in C++ Builder
- Replies: 4
- Views: 14262
Hi Marjan I'm using BCB6 and TC6.01. I have attached the complete code fragment from my test application. It has a form with a Tee Chart, and two buttons. Button1 sets up a fast line series and button two sets the allow Zoom to false. What I'm trying to do is stop the rubber banding of a section of ...
- Mon Dec 15, 2003 5:59 am
- Forum: VCL
- Topic: Disabling Zoom on a chart in C++ Builder
- Replies: 4
- Views: 14262
Disabling Zoom on a chart in C++ Builder
I've tried to disable the zooming function in both Borland C++ builder 6 and Delphi 5. Works in Delphi but not in C++ Code fragment where I am disabling it is pretty simple: TeePlotChart->Zoom->Allow = false; Can't see any reason why this shouldn't work. Have build a very simple test application wit...