vivekagarwal Posted July 22, 2009 Report Share Posted July 22, 2009 Hi, I am using old version of Chart FX (I think 4.3.1) for Windows Application. Now am in process of upgrading to Chart FX 7 but it shows many reference errors. Can anyone please tell me how to use Chart FX 7 with my existing VB.net 2008 code. Thanks, Vivek Agarwal Quote Link to comment Share on other sites More sharing options...
AndreG Posted July 23, 2009 Report Share Posted July 23, 2009 Chart FX 7 is not backward compatible with Chart FX 4. I am afraid you will need to translate your code. The product does come with documentation and tons of sample applications. Quote Link to comment Share on other sites More sharing options...
vivekagarwal Posted July 23, 2009 Author Report Share Posted July 23, 2009 Thanks for the info. I used Chart FX 7 Wrapper class and most of the issues are fixedexcept few. When I am doing following, it throws error: Dim SeriesAttributes1 As SoftwareFX.ChartFX.Wrapper.SeriesAttributes = New SoftwareFX.ChartFX.Wrapper.SeriesAttributes Any idea? Quote Link to comment Share on other sites More sharing options...
AndreG Posted July 23, 2009 Report Share Posted July 23, 2009 The wrapper was created to convert Chart FX for .NET 6.2 to Chart FX 7. Both .NET products. Chart FX 4 was a COM product. Are you sure you have Chart FX 4 code? Quote Link to comment Share on other sites More sharing options...
vivekagarwal Posted July 23, 2009 Author Report Share Posted July 23, 2009 Sorry for the confusion. We have Chart FX for .NET 6.2 and converting to Chart FX 7 using Chart FX wrapper. Quote Link to comment Share on other sites More sharing options...
vivekagarwal Posted July 27, 2009 Author Report Share Posted July 27, 2009 Can someone help me with this? Quote Link to comment Share on other sites More sharing options...
AndreG Posted July 27, 2009 Report Share Posted July 27, 2009 I have found some documentation on this process. I hope it helps. Quote Link to comment Share on other sites More sharing options...
vivekagarwal Posted July 29, 2009 Author Report Share Posted July 29, 2009 I looked into the documentation and didn't find any help related to my issue. My issue is this: I am upgrading from Chart FX previous version to 7. Also I am upgrading from Visual Studio 2003 to 2008. For converting to Chart FX 7, I am using Wrapper Class and that resolved most of the issues except followig. In the below code I changed refrence to use Wrapper class but it seem to not like it and throws error. Any idea how can I resolve this issue? Thanks for your help in advance. Dim SeriesAttributes1 As SoftwareFX.ChartFX.Wrapper.SeriesAttributes = New SoftwareFX.ChartFX.Wrapper.SeriesAttributes SeriesAttributes1.Pattern = System.Drawing.Drawing2D.HatchStyle.Horizontal Me.cfxCompTrend.Series.AddRange(New SoftwareFX.ChartFX.Wrapper.SeriesAttributes() {SeriesAttributes1, SeriesAttributes2}) Quote Link to comment Share on other sites More sharing options...
abilhanan Posted January 25, 2012 Report Share Posted January 25, 2012 Hi did you ever find a solution to this issue? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.