Jump to content
Software FX Community

chart FX with .NET 2.0


chia

Recommended Posts

Recently, I have upgraded my web app from .NET 1.1 to .NET 2.0.  Luckily, it seems like I didn't have to upgrade my chart FX.  Thus, I have my .NET 2.0 and Chart FX for .NET 6.2 working together okay.  Everything compile and run okay.  However, when I check page-by-page to fix aspx page formatting correction issues (caused by the upgrade, i.e. use <table> tag instead of <TABLE> tag issues...).  I was doing okay except when I run into this Chart FX issue.  In the object I created through Chart FX, the Extensions tag causes error.  Please refer to the follow code.  When I view my aspx page in source mode, I can see the error message show the "SoftwareFX.ChartFX.DefaultBorder " and "SoftwareFX.ChartFX.Borders.GradientBackground" tags are not supported.  Not sure what I can do to fix it.  Any help will be appreciated.

<

Extensions>

<SoftwareFX.ChartFX.DefaultBorder type="None" assemblyname="ChartFX.Base"></SoftwareFX.ChartFX.DefaultBorder>

<SoftwareFX.ChartFX.Borders.GradientBackground colorfrom="White" assemblyname="ChartFX.Borders"></SoftwareFX.ChartFX.Borders.GradientBackground>

</Extensions>

 

Link to comment
Share on other sites

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...