Search found 22 matches

by rackerson
Tue Sep 18, 2007 10:40 pm
Forum: VCL
Topic: Question about ver 8 import / export functions
Replies: 11
Views: 19540

Thanks for the reply. Nope, the code I posted produced NO compiler errors and I was even able to run the application. The only error came when I tried to run LoadChartFromFile. Anyway, adding EditChar to the uses clause fixed the problem, although I did have to add a little more code because evident...
by rackerson
Tue Sep 18, 2007 3:34 pm
Forum: VCL
Topic: Question about ver 8 import / export functions
Replies: 11
Views: 19540

Question about ver 8 import / export functions

Hello, We are looking to provide a way to build a chart and export it - both data and all markup settings - to a file. We would then like the ability to reimport this exported information to a TChart object and have a "new" live chart. We are experimenting with the trial for version 8. I see there a...
by rackerson
Tue Sep 18, 2007 2:50 pm
Forum: .NET
Topic: TeeChart.Net w/ VS2005 and ASP.Net
Replies: 3
Views: 6487

Sorry it took so long to respond. I had given your replies to a developer here that was doing the actual coding with your trial version. Despite his insistance that he double-checked his code before I contacted you about the problem, he later admitted to me that the second issue I reported was actua...
by rackerson
Fri Aug 24, 2007 10:42 pm
Forum: .NET
Topic: TeeChart.Net w/ VS2005 and ASP.Net
Replies: 3
Views: 6487

TeeChart.Net w/ VS2005 and ASP.Net

My company is testing with your latest TeeChart trial for ASP.Net and we have encountered a few issues. 1. The first pertains to the display of bars in a simple 2D barchart. Our test application displays a chart with 5 bars. The screenshot below is a sample showing the correct drawing of a bar and i...
by rackerson
Mon Jan 29, 2007 5:39 pm
Forum: VCL
Topic: Save / Load chart settings
Replies: 3
Views: 8637

Save / Load chart settings

TeeChart 7.07 w/ Delphi 6 Does either TeeChart 7 or the upcoming TeeChart 8 provide an export AND import of the chart's settings to any file format? In looking at version 7 and playing with the version 8 beta a bit, I noticed the TeeSaveToXAMLFile and TeeSaveToVMLFile procedures but I could not see ...
by rackerson
Tue Jan 23, 2007 5:22 pm
Forum: VCL
Topic: Issue with OnClickLegend
Replies: 2
Views: 5887

Works perfect! Thanks a lot.
by rackerson
Tue Jan 23, 2007 3:50 pm
Forum: VCL
Topic: Issue with OnClickLegend
Replies: 2
Views: 5887

Issue with OnClickLegend

I am using Delphi 6 Enterprise and TeeChart Pro 7.07. We allow the user to perform customization options on the chart legend by intercepting a mouse click in the chart's OnClickLegend event. Overall, this works fine. Anytime the user clicks on the legend contents the event fires and we execute our c...
by rackerson
Fri Dec 29, 2006 6:30 pm
Forum: VCL
Topic: OnGetTitleText event?
Replies: 1
Views: 4359

OnGetTitleText event?

I am using TeeChart 7 with Delphi 6. I have been asked to allow users to insert a variable into titles/footers. When a chart is visible or printed, the variable would display the contents it represents. In this case, the user wants to insert a variable that will always show the current date so viewi...
by rackerson
Thu Nov 30, 2006 5:28 pm
Forum: VCL
Topic: Problem with moving Marks
Replies: 5
Views: 10074

Thanks for the tip. Yes, this looks MUCH easier. However, there is still an issue. While the DragMarks tool allows marks to be dragged around and the line stays connected to the mark, unusual behavior happens when the form gets resized. If you run your demo and move any marks and then maximize the f...
by rackerson
Thu Nov 30, 2006 5:00 pm
Forum: VCL
Topic: OnMouseOver event?
Replies: 1
Views: 5455

OnMouseOver event?

Hello, I am looking for a way to tell what the mouse cursor passes over without having to click on the chart. I know you have the CalcClickedPart method that works very well when used in an OnClick, OnMouseDown, etc event, but I can't find anything that reports on what the cursor is hovoring above. ...
by rackerson
Thu Nov 30, 2006 4:28 pm
Forum: VCL
Topic: Problem with moving Marks
Replies: 5
Views: 10074

Thanks for the revised code. It *mostly* works as expected (your example removes the line connecting the chart and the mark text). With the addition of updating the ArrowTo property of each position, I am able to get the line to stay connected to the mark. I now have a new question related to select...
by rackerson
Wed Nov 29, 2006 11:16 pm
Forum: VCL
Topic: Problem with moving Marks
Replies: 5
Views: 10074

Problem with moving Marks

Delphi 6 Enterprise, TeeChart 7.07 I have been asked to provide a way for the users to control where the Marks are displayed on a chart. I checked through the forum and found the following link: http://www.teechart.net/support/viewtopic.php?t=2230 offered as advice on doing this. Unfortunately, I se...
by rackerson
Wed Nov 29, 2006 6:41 pm
Forum: VCL
Topic: TeeChart v8 VCL Beta Released
Replies: 58
Views: 98816

Beta testing

We currently use TeeChart 7.07 in Delphi 6 under WindowsXP SP2. We are looking at possibly using it in BDS 2006 as well. I am not sure exactly how much time I will have to dedicate to beta-testing but I would very much like to join the test group to see what's new, and more importantly, to get a fee...
by rackerson
Tue Nov 21, 2006 4:00 pm
Forum: VCL
Topic: Problem with OnClickPointer event
Replies: 4
Views: 7520

Ah okay. I should have thought of trying that.

Thanks!
by rackerson
Mon Nov 20, 2006 6:00 pm
Forum: VCL
Topic: Small problem with rotated Marks
Replies: 1
Views: 4330

Small problem with rotated Marks

Hello, There seems to be a small problem with rotated Marks in TeeChart Pro 7.07. I have only tried this with Pie, Line, and Bar series, and the same problem occurs consistently. Select a chart type and define some data for it. When the series is drawn, format it so the marks are displayed with a Sy...