Using TeeChart 5.02 with Delphi6 on Windows 2000 SP4. I would like to add tCurveFittingFunction to my tChart. I cannot find that component on the component palette. I noted that TeeChart components were not installed. When I checked that box I got a Delphi 6 error, “can’t load package…dcltee60.bpl. The specified module could not be found”. Uninstalled and reinstalled the entire TeeChart, and the error persisted.
I also tried to add function_curveFitting.pas to the project, and modify it to work with my forms, but had other problems. I need to be able to edit the chart at runtime, but the chart is not formally declared (maybe declared in tBaseForm?). I need to load data entered manually at runtime.
What would be best is simply to drop tCurfeFittingFunction on the existing form containing my tChart object.
Any help appreciated.
tCurveFittingFunction
-
- Newbie
- Posts: 58
- Joined: Fri Nov 15, 2002 12:00 am
- Location: Naples, FL
- Contact:
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Hans,
I guess you may be using TeeChart Pro VCL, if so I'd appreciate you to post your questions at the TeeChart VCL version forum.Using TeeChart 5.02 with Delphi6 on Windows 2000 SP4.
TeeChart functions are not components, you can just add them double-clicking on a TChart in a form and setting series source being a function. For more information on how to use functions please have a look at "Tutorial 7 - Working with functions". You'll find the tutorials at TeeChart program group.I would like to add tCurveFittingFunction to my tChart. I cannot find that component on the component palette.
This error message means your IDE is still referencing old TeeChart packages. You should make sure they were uninstalled at Project -> Options -> Packages and also make sure new TeeChart version "Bin" and "Lib" folders are on top of project search path list (Project -> Options -> Directories/Conditionals -> Search Paths). After that select left-bottom "Default" checkbox, exit Delphi and restart it.I noted that TeeChart components were not installed. When I checked that box I got a Delphi 6 error, “can’t load package…dcltee60.bpl. The specified module could not be found”. Uninstalled and reinstalled the entire TeeChart, and the error persisted.
Please have a look at the tutorials as I told you above. You could also have a look at TeeChart features demo, available at TeeChart program group, and have a look at the examples at All Features\Welcome!\Functions\Extended\Curve Fitting.I also tried to add function_curveFitting.pas to the project, and modify it to work with my forms, but had other problems.
The easiest way is to use TCommander component available at TeeChart palette. Several examples at the features demo use it.I need to be able to edit the chart at runtime, but the chart is not formally declared (maybe declared in tBaseForm?).
You could use TChartGrid, you'll find an example on how to use it to edit data at features demo (All Features\Welcome!\Components\Chart Grid.I need to load data entered manually at runtime.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |