Hello,
does the WebChart support some default calculations like average, deviation and trend lines?
If not included in default, how can i ad those lines? Can I use a default chart or do i need to make a composite chart?
Maybe this Layers are the way to go?
hanks for any ressources, howtos and links!
Holger
Unfortunately, the chart doesn't support any those calculations by default, but it does provide a way to add custom shapes. You can use FillSceneGraph event to perform the necessary calculations and add new shapes based on that. Here's an example that you might find useful:http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=9851