Jump to content
Software FX Community

Upgrade to ChartFX7


saileela

Recommended Posts

we are upgrading from Chart FX 6.0.839.0  version to chartFX7. Also we are upgrading from Visual Studio 2003 to 2008. For converting to Chart FX 7, we are using Wrapper Class and that resolved most of the issues except following. In the below code we changed reference to use Wrapper class but it seem to not like it and throws error. Any idea how can weresolve 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})

Thanks,

Saileela.

Link to comment
Share on other sites

  • 4 months 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...