I coded the trendline option
Trendlinetype ="SimpleAverage" on a chart (just has a single line series) and it showed up fine but I find that is not enough as I need to give the equation and be able to state what Trendlineperiod is being used. So two questions:
What does Trendlineperiod default to if you don't code anything for it?
What is the equation that is used for a "simpleaverage"?
I tried to see if I could determine anything with intellisense in the debugger (vs2010) but I couldn't tell what was being used.
Hello,
I am just checking if you require any further assistance on the matter.
Thank you for your post. I have been looking into your questions and the default ‘TrendLinePeriod’ is “7”. For more information regarding the built-in and custom-logic trendlines I can suggest you look into the following blog :
http://ko.infragistics.com/community/blogs/kiril_matev/archive/2010/08/23/working-with-built-in-and-custom-logic-trendlines-in-the-xamdatachart.aspx
Let me know, if you need any further assistance on this matter.