Page 1 of 1

Graph functions not available in Teechart .Net version

Posted: Mon Jan 19, 2015 10:10 am
by 16071129
I am not getting following Graph functions in Teechart .Net version.
All of this were present in Teechart ActiveX version.
Kindly help me to find out the alternative solution.


1) CurveFit
2) MoneyFlow
3) PercentChange
4) Slope
5) Skewness
6) Kurtosis
7) SmoothedMovAvg
8 ) Average True Range Technical Indicator (ATR)
9) Relative Vigor Index (RVI)
10) Awesome Oscillator
11) ACO
12) Alligator
13) Gator

Re: Graph functions not available in Teechart .Net version

Posted: Mon Jan 19, 2015 3:11 pm
by Christopher
Quant wrote:I am not getting following Graph functions in Teechart .Net version.
All of this were present in Teechart ActiveX version.
Kindly help me to find out the alternative solution.
I can confirm that twelve of the thirteen functions you mention are not present in the TeeChart for .NET version, but are present in the TeeChart for VCL/FMX and ActiveX versions. I have opened a ticket in our bugzilla database to reflect this fact with id=1091.

Many apologies for any inconvenience this oversight may have caused.

One of the functions, the TCurveFittingFunction, is present in the TeeChart for .NET version and is called the PolyFitting function.

Re: Graph functions not available in Teechart .Net version

Posted: Tue Jan 20, 2015 4:53 am
by 16071129
This all functions are very important for us.
Till when we can expect resolution or any workaround for this.
Kindly help us on priority basis.

Re: Graph functions not available in Teechart .Net version

Posted: Tue Jan 20, 2015 9:06 am
by Christopher
Quant wrote:This all functions are very important for us.
Till when we can expect resolution or any workaround for this.
Kindly help us on priority basis.
The workaround would be to derive your own functions from the existing ones. In "Tutorial 7 - Working with functions" (tutorials under: %Program Files%\Steema Software\Steema TeeChart for .NET 2014 4.1.2014.12150\Docs\TeeChart for .Net Tutorials.chm) there is a section entitled "Deriving custom functions" which gives you some indications on how to do this.

Otherwise, the bugzilla ticket will be processed as high priority, meaning that these functions will be available in the next maintenance release due out in about two months from now.