Page 1 of 1

Migration from 4.0.2009.42283 TeeChart dll to 4.1.2011.4197

Posted: Mon Aug 27, 2012 6:33 am
by 16063283
Hi,
After migration,we are getting some issues as some properties are not supported right now.Can you please suggest an alternative for all following errors?
1. 'Steema.TeeChart.Silverlight.Chart' does not contain a definition for 'MouseMove'.
2. 'Steema.TeeChart.Silverlight.Tools.CursorTool' does not contain a definition for 'Name'.
3. 'Steema.TeeChart.Silverlight.Chart' does not contain a definition for 'Margin'.
4. 'Steema.TeeChart.Silverlight.Tools.Annotation' does not contain a definition for 'Name'
5. 'Steema.TeeChart.Silverlight.Tools.ColorLine' does not contain a definition for 'UpdateLayout'
6. 'Steema.TeeChart.Silverlight.Tools.RectangleTool' does not contain a definition for 'Name'


Thanks.

Re: Migration from 4.0.2009.42283 TeeChart dll to 4.1.2011.4197

Posted: Mon Aug 27, 2012 9:20 am
by yeray
Hi,

I answered a very similar question at stackoverflow a few days ago. Wasn't it yours?
As I replied there:
Yeray wrote:The TeeBase class doesn't inherit from Control anymore in TeeChart Silverlight to improve the performance. This change makes some of its descendants to loose some FrameworkElement and UIElement properties like those you mentioned. I've added it to the wish list to be revised (TW16016314).

In the meanwhile, I only can think on creating the desired properties manually.