Search found 17 matches

by neo
Mon Jan 11, 2010 8:53 pm
Forum: VCL
Topic: File not found: TeeEdit.dcu
Replies: 1
Views: 3928

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 ...
by neo
Mon Oct 22, 2007 9:22 pm
Forum: VCL
Topic: Moving marks on TChart
Replies: 1
Views: 3741

Moving marks on TChart

Hi,

Is there a simple way to allow users to move marks around on a TChart?

Thanks.
by neo
Mon Dec 18, 2006 3:17 pm
Forum: VCL
Topic: Access Violation in Graph Control
Replies: 4
Views: 6897

Excellent. I didn't realize that I wasn't using the correct version.

Thanks!
by neo
Mon Dec 18, 2006 2:36 pm
Forum: VCL
Topic: Access Violation in Graph Control
Replies: 4
Views: 6897

Hi Narcis,

I'm using version 7.08. If I look at the installed packages in Delphi it is using "DclTeePro710.bpl" and "DclTree2D10Tee7.bpl". Is this correct?

Thanks
by neo
Fri Dec 15, 2006 10:55 pm
Forum: VCL
Topic: Access Violation in Graph Control
Replies: 4
Views: 6897

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...
by neo
Fri Dec 01, 2006 2:42 pm
Forum: VCL
Topic: Vanishing Legend
Replies: 3
Views: 7218

Thanks for the response.

I've tried your suggestion. Unfortunately it didn't make a difference. Let me know if you have any other suggestions.

Thanks
by neo
Tue Nov 28, 2006 11:02 pm
Forum: VCL
Topic: Vanishing Legend
Replies: 3
Views: 7218

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...
by neo
Tue Nov 28, 2006 3:02 pm
Forum: VCL
Topic: TLegendScrollBar Horizontal *and* vertical scroll bars
Replies: 7
Views: 9286

Excellent. Thanks for the help. I look forward to the next release with the bug fix. Is there any way I can be automatically notified when this release is available or should I keep checking.

Thanks
by neo
Mon Nov 27, 2006 6:30 pm
Forum: VCL
Topic: TLegendScrollBar Horizontal *and* vertical scroll bars
Replies: 7
Views: 9286

Hi,

The chart's legend is aligned "laBottom".

I'll see if I can slap a sample project together for you.

Thanks
by neo
Mon Nov 27, 2006 4:00 pm
Forum: VCL
Topic: TLegendScrollBar Horizontal *and* vertical scroll bars
Replies: 7
Views: 9286

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...
by neo
Fri Nov 24, 2006 9:02 pm
Forum: VCL
Topic: TLegendScrollBar Horizontal *and* vertical scroll bars
Replies: 7
Views: 9286

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 ...
by neo
Tue Sep 19, 2006 7:07 pm
Forum: VCL
Topic: TLineSeries Title
Replies: 2
Views: 4809

Thank you.

I'll have a look into TLegendScrollBar

Cheers
by neo
Mon Sep 18, 2006 8:45 pm
Forum: VCL
Topic: TLineSeries Title
Replies: 2
Views: 4809

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...
by neo
Wed Aug 30, 2006 8:03 pm
Forum: VCL
Topic: AddXY - Adding series during runtime
Replies: 2
Views: 6534

Hi Marjan,

Thanks. The first suggestion was the problem.

Cheers
by neo
Tue Aug 29, 2006 5:24 pm
Forum: VCL
Topic: AddXY - Adding series during runtime
Replies: 2
Views: 6534

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...