Jump to content
Software FX Community

Migration from ChartFX 6.2 to 7.0


Alka

Recommended Posts

I had converted my code from chartFx 6.2 to 7.0 ,in chartFx 6.2 we are covnerting data in byte and then import with using CHart.Import(Stream) but i just change the references of

//using SoftwareFX.ChartFX;

//using SoftwareFX.ChartFX.Borders;

TO

using ChartFX.WinForms;

using

ChartFX.WinForms.Adornments;

and declaration of

//SoftwareFX.ChartFX.Chart Chart

TO

ChartFX.WinForms.Chart Chart and to import :Chart.Import(Stream)

 but when i try to use the same code for Import its giving me Error :" Invaild File Format"

Please help me im stuck  ...

 

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