Migration from 4.0.2009.42283 TeeChart dll to 4.1.2011.4197

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
HoneywellSteema
Newbie
Newbie
Posts: 12
Joined: Wed Aug 22, 2012 12:00 am

Migration from 4.0.2009.42283 TeeChart dll to 4.1.2011.4197

Post by HoneywellSteema » Mon Aug 27, 2012 6:33 am

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.

Yeray
Site Admin
Site Admin
Posts: 9612
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Migration from 4.0.2009.42283 TeeChart dll to 4.1.2011.4197

Post by Yeray » Mon Aug 27, 2012 9:20 am

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply