Jump to content
Software FX Community

Alka

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Alka

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

     

×
×
  • Create New...