Jump to content
Software FX Community

Upgrading to Chart FX 7


vivekagarwal

Recommended Posts

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})

Link to comment
Share on other sites

  • 2 years later...

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...