Search found 17 matches
- Mon Jan 11, 2010 8:53 pm
- Forum: VCL
- Topic: File not found: TeeEdit.dcu
- Replies: 1
- Views: 3961
File not found: TeeEdit.dcu
Hi, I've recently purchase Delphi 2010. I was previoulsy using Delphi 2006 and TeeChart 7.12. I am now trying to use the TeeChart version 8 (standard) that is included with the Delphi 2010 release. I'm in the process of updating my code. Is there any reason why it cannot find the file TeeEdit. I've ...
- Mon Oct 22, 2007 9:22 pm
- Forum: VCL
- Topic: Moving marks on TChart
- Replies: 1
- Views: 3772
Moving marks on TChart
Hi,
Is there a simple way to allow users to move marks around on a TChart?
Thanks.
Is there a simple way to allow users to move marks around on a TChart?
Thanks.
- Mon Dec 18, 2006 3:17 pm
- Forum: VCL
- Topic: Access Violation in Graph Control
- Replies: 4
- Views: 6941
- Mon Dec 18, 2006 2:36 pm
- Forum: VCL
- Topic: Access Violation in Graph Control
- Replies: 4
- Views: 6941
- Fri Dec 15, 2006 10:55 pm
- Forum: VCL
- Topic: Access Violation in Graph Control
- Replies: 4
- Views: 6941
Access Violation in Graph Control
Hello, I've hooked up graph control and most things are looking good. I do have a small problem though. By default no series' have been created. If the user first enters graph control and selects the "Series" tab next the "Chart" tab on the topmost tabsheet it results in an access violation. I can u...
- Fri Dec 01, 2006 2:42 pm
- Forum: VCL
- Topic: Vanishing Legend
- Replies: 3
- Views: 7270
- Tue Nov 28, 2006 11:02 pm
- Forum: VCL
- Topic: Vanishing Legend
- Replies: 3
- Views: 7270
Vanishing Legend
Hello, I have a TChart with multiple TLineSeries. I have control that assigns a TCategoryItem to a TLineSeries. That TCategoryItem will decide whether TLineSeries.Visible is true or false. Since I inherited a lot of this code I'm faced with some confusing behaviour. I'm not sure if it's related to m...
- Tue Nov 28, 2006 3:02 pm
- Forum: VCL
- Topic: TLegendScrollBar Horizontal *and* vertical scroll bars
- Replies: 7
- Views: 9352
- Mon Nov 27, 2006 6:30 pm
- Forum: VCL
- Topic: TLegendScrollBar Horizontal *and* vertical scroll bars
- Replies: 7
- Views: 9352
- Mon Nov 27, 2006 4:00 pm
- Forum: VCL
- Topic: TLegendScrollBar Horizontal *and* vertical scroll bars
- Replies: 7
- Views: 9352
Thanks for responding. I'd really like to send you an example but unfortunately I can't. The code that I'm writing is not mine to expose. I've done nothing more then add a TChart to a form, programmatically add a few series' and, under the graph control->tools, add a Legend Scrollbar. If you have qu...
- Fri Nov 24, 2006 9:02 pm
- Forum: VCL
- Topic: TLegendScrollBar Horizontal *and* vertical scroll bars
- Replies: 7
- Views: 9352
TLegendScrollBar Horizontal *and* vertical scroll bars
Hi, I've just started researching the TLegendScrollBar and I have a problem. I manually added a legend scrollbar through graph control but it's not making sense to me. It should have added a vertical scrollbar as I have too many items listed vertically. Instead, it added a horizontal scrollbar. The ...
- Tue Sep 19, 2006 7:07 pm
- Forum: VCL
- Topic: TLineSeries Title
- Replies: 2
- Views: 4842
- Mon Sep 18, 2006 8:45 pm
- Forum: VCL
- Topic: TLineSeries Title
- Replies: 2
- Views: 4842
TLineSeries Title
Hello, I have multiple line series on a single TChart. Each of these series has a different Title property to identify it. I've noticed that when adding a title to a line series it automatically adds it to a legend. This is great except for the fact that there appears to be a character limit for eac...
- Wed Aug 30, 2006 8:03 pm
- Forum: VCL
- Topic: AddXY - Adding series during runtime
- Replies: 2
- Views: 6561
- Tue Aug 29, 2006 5:24 pm
- Forum: VCL
- Topic: AddXY - Adding series during runtime
- Replies: 2
- Views: 6561
AddXY - Adding series during runtime
Hello, I've just taken over some code from someone who left the company. I'm fairly new to using the TTeeChart components. I have a problem where a flat line continuously gets draw along 0 on the vertical axis. The code is fairly straightforward... acurve := TLineSeries.Create(Chart1); *for loop* ac...