Search found 192 matches

by johnnix
Thu Nov 01, 2007 2:30 pm
Forum: VCL
Topic: Runtime TFastlineSeries creation
Replies: 6
Views: 11833

Hello,

Try this:

Chart1.AddSeries(Series);

Regards
by johnnix
Mon Aug 06, 2007 8:11 am
Forum: VCL
Topic: Problem installing TeeChart 8
Replies: 6
Views: 11818

Hello,

TeeChart8.01Delphi2006.exe

Regards
by johnnix
Mon Aug 06, 2007 7:46 am
Forum: VCL
Topic: Problem installing TeeChart 8
Replies: 6
Views: 11818

Ok, I finally managed to manually install version 8 but I was wondering if anyone else had the same problem with the installer.

Regards
by johnnix
Sun Aug 05, 2007 8:57 am
Forum: VCL
Topic: Problem installing TeeChart 8
Replies: 6
Views: 11818

Hello, I did the following steps: 1. Uninstalled Turbo Delphi 2. Installed Turbo Delphi 3. Applied HotFix Rollup 2 4. Downloaded TeeChart Standard 7.09 from GodeGear web site 5. Run the installer and everything worked fine (I run a test project and works ok. Also during the installation procedure I ...
by johnnix
Sat Aug 04, 2007 4:48 pm
Forum: VCL
Topic: Problem installing TeeChart 8
Replies: 6
Views: 11818

Hello,

TeeInstall also gives me an error "TeeChart files cannot be found under current folder structure. Current folder: xxxxx" where xxxxx is my current folder and it is correct

Regards
by johnnix
Sat Aug 04, 2007 12:54 pm
Forum: VCL
Topic: Problem installing TeeChart 8
Replies: 6
Views: 11818

Problem installing TeeChart 8

Hello, 1. I have Turbo Delphi Pro and I am trying to install TeeChart 8 Pro (OS XP). After running the installer I get an error message "TeeChart files to AUTO install cannot be found". Should I uninstall the 4.04 version prior running the installer? 2. If I try to install the components manualy I g...
by johnnix
Wed Jul 25, 2007 5:58 am
Forum: VCL
Topic: Surface Nearest ptoblem
Replies: 1
Views: 3941

Surface Nearest ptoblem

Hello, I am using TeeChart 8.0. I have a TSurfaceSeries in a chart and I added a TSurfaceNearestTool from the chart editor. I assigned the surface series to this tool and I also assigned an OnSelectCell procedure. Now, I assign values to the surface series by code and when I move the mouse over it t...
by johnnix
Wed Jul 25, 2007 5:54 am
Forum: VCL
Topic: DrawLineTool and handles
Replies: 4
Views: 8604

Hello,

I am using TeeChart 8.0 with Turbo Pro and I will try to create a small sample project.

Regards
by johnnix
Tue Jul 17, 2007 9:24 am
Forum: VCL
Topic: About Smoothing function
Replies: 2
Views: 5338

Thank you very much for your prompt reply. Obviously you are the experts on this!!! I already implemented your tip and work great.

Regards
by johnnix
Tue Jul 17, 2007 6:23 am
Forum: VCL
Topic: About Smoothing function
Replies: 2
Views: 5338

About Smoothing function

Hello, I have a TPointSeries and I need to display a smooth line connecting these points. I create a LineSeries and as a data source I use the Smoothing function but the result is not what I need (see the attached picture). How can I produce the red line? (The XValues, YValuse order in both series i...
by johnnix
Fri Jul 13, 2007 9:32 am
Forum: VCL
Topic: DrawLineTool and handles
Replies: 4
Views: 8604

Hello,

Thank you for your prompt reply but it does not work as I wanted, the last drawn line still remains "selected"

Regards
by johnnix
Fri Jul 13, 2007 9:09 am
Forum: VCL
Topic: DrawLineTool and handles
Replies: 4
Views: 8604

DrawLineTool and handles

Hello,

After I draw a line using the DrawLineTool the start-end point handles are drawn. Now when the user clicks outside a line I need to eliminate the handles. Is this possible?

Regards