How to assign a curve fitting function at runtime
Posted: Wed Dec 24, 2008 1:50 am
I am using Delphi and TChart 8.1.
I want to chart a curve fitting for a TFastLineSeries created at runtime.
I do not understand the example since it defines the curve fitting at design time.
Can you point me to an example that does this?
When I try to define:
fitting : TCurveFittingFunction; // This gives Undeclared identifier
Thanks
Kent
I want to chart a curve fitting for a TFastLineSeries created at runtime.
I do not understand the example since it defines the curve fitting at design time.
Can you point me to an example that does this?
When I try to define:
fitting : TCurveFittingFunction; // This gives Undeclared identifier
Thanks
Kent