Search found 50 matches
- Tue May 24, 2005 5:15 pm
- Forum: VCL
- Topic: scale problem on bottom axis (overlap)
- Replies: 21
- Views: 36290
Hi, Leroy. tried creating a list of coordinates and labels in the OnDrawLabel event handler and setting Text to “” so that it wouldn’t display any labels. Then in the OnAfterDraw event, I looped through my list of labels and drew them with DrawAxisLabel so that I could skip labels as needed. This d...
- Thu May 19, 2005 9:20 pm
- Forum: VCL
- Topic: scale problem on bottom axis (overlap)
- Replies: 21
- Views: 36290
- Wed May 11, 2005 4:18 pm
- Forum: VCL
- Topic: scale problem on bottom axis (overlap)
- Replies: 21
- Views: 36290
>This didn’t work because OnDrawLabel fired again when I called >DrawAxisLabel. Perhaps try to temporarily turn off that event firing, then do your change, then turn the event back on ? chart1.OnGetAxisLabel := nil; { make changes to property that normally fires the bove event } chart1.OnGetAxisLab...
- Tue May 10, 2005 9:43 pm
- Forum: VCL
- Topic: scale problem on bottom axis (overlap)
- Replies: 21
- Views: 36290
Hi, Leroy. Using the latest TeeChart version (7.04) and the code bellow axis label increment value was not changed even when chart was scrolled. The trick is to set LabelsSeparation to 0 and force, regardless of possible overlaps, display of all labels. Series1->FillSampleValues(5000); Series1->Get...
- Fri Mar 11, 2005 1:53 pm
- Forum: VCL
- Topic: TColorLineTool problem
- Replies: 31
- Views: 40899
Hi Leroy, I'm sorry, this problem still not fixed. There's not an easy solution, it seems to be a vcl problem with the mousemove event. I'll try to fix it as soon as possible but it could take some time. Not to be a pain in the butt for anything, but it's been over 6 months since I reported this. I...
- Fri Mar 11, 2005 1:34 pm
- Forum: VCL
- Topic: Tee7New.exe error if recompile source with TEEVALUESINGLE
- Replies: 5
- Views: 10700
- Fri Mar 11, 2005 12:31 am
- Forum: VCL
- Topic: BCB6 & TeeRecompile & Debug don't work
- Replies: 4
- Views: 9645
Hi, Martin. True, I just checked the recompile program and it appears the debug info is only included for Delphi. I'll check the recompile script if debug switch can also be included for BCB. Marjan, has this been fixed for BCB? I just did a debug build in 7.02 and am getting no debug symbols. I do...
- Thu Mar 10, 2005 10:44 pm
- Forum: VCL
- Topic: scale problem on bottom axis (overlap)
- Replies: 21
- Views: 36290
- Thu Mar 10, 2005 10:40 pm
- Forum: VCL
- Topic: BCB6 & TeeRecompile & Debug don't work
- Replies: 4
- Views: 9645
Marjan, has this been fixed for BCB? I just did a debug build in 7.02 and am getting no debug symbols.Marjan wrote:Hi, Martin.
True, I just checked the recompile program and it appears the debug info is only included for Delphi. I'll check the recompile script if debug switch can also be included for BCB.
- Sun Mar 06, 2005 8:14 pm
- Forum: VCL
- Topic: scale problem on bottom axis (overlap)
- Replies: 21
- Views: 36290
- Sun Mar 06, 2005 8:12 pm
- Forum: VCL
- Topic: TColorLineTool problem
- Replies: 31
- Views: 40899
- Thu Feb 24, 2005 10:15 pm
- Forum: VCL
- Topic: TColorLineTool problem
- Replies: 31
- Views: 40899
- Thu Feb 24, 2005 10:08 pm
- Forum: VCL
- Topic: scale problem on bottom axis (overlap)
- Replies: 21
- Views: 36290
- Sun Feb 20, 2005 11:00 pm
- Forum: VCL
- Topic: scale problem on bottom axis (overlap)
- Replies: 21
- Views: 36290
Re: bad axis label choice...
Here is a routine that should help with the axis values (C++ code)... ChartCartesianAfterDraw is the Event Handler function for OnChartAfterDraw. Thanks, Jon, but this doesn't fix my problem. Perhaps I haven't described it well. As I drag-scroll through my chart, periodically the number of vertical...
- Sun Feb 20, 2005 7:27 pm
- Forum: VCL
- Topic: TColorLineTool problem
- Replies: 31
- Views: 40899
Do you have any news on the fix for this problem?9336236 wrote:Hi Pep,Pep wrote:Hi Leroy,
as I told you in the ActiveX forums we'll do all the efforts to solve it for the next maintenance release.
I'm running 7.02 Pro and am still having the 'accelerating chart' problem when I drag it. I really need a fix for this.