Jump to content
Software FX Community

Maxmyd

Members
  • Posts

    4
  • Joined

  • Last visited

Maxmyd's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hello, This is my code: chart1.FileContents = FileContents.All; chart1.Export(FileFormat.Binary, "c:\\Program Files (x86)\\Chart FX 7\\ChartFX70\\Temp\\chart.xml"); Chart chart2 = new Chart(); chart2.Import(FileFormat.Binary, "c:\\Program Files (x86)\\Chart FX 7\\ChartFX70\\Temp\\chart.xml"); And this is the exception which fires right after calling Import method: Index was outside the bounds of the array. at ChartFX.WinForms.GlobalAttributes.a(Gallery A_0) at ChartFX.WinForms.GlobalAttributes.a(Gallery A_0, IGalleryType& A_1, IGalleryTypeEx& A_2) at ChartFX.WinForms.SeriesAttributes.a(Gallery A_0, Int32 A_1, IGalleryType A_2, IGalleryTypeEx A_3) at ChartFX.WinForms.SeriesAttributes.a(IAmbient A_0) at ChartFX.WinForms.Internal.AmbientUtils.SetAmbient(Object obj, IAmbient ambient) at ChartFX.WinForms.Internal.RequiresAmbientCollection.SetAmbient(IAmbient ambient) at ChartFX.WinForms.LabelAwareCollection.a(IAmbient A_0) at ChartFX.WinForms.Internal.AmbientUtils.SetAmbient(Object obj, IAmbient ambient) at ChartFX.WinForms.Chart.a(Object A_0) at ChartFX.WinForms.Chart.c(Boolean A_0, IPersistBase A_1) Can you please tell me what's going on there? Thank you.
  2. Any news about my questions? Probably they sound like an offense but they still remain being questions, and they need answers. Please.
  3. Hello there, Looks like this problem have not been raising since last year But anyway. Your reply is must be a joke, I really can't call it serious. Can you please answer couple questions? 1. WHY do I need to have virtual folder for ChartFX in my IIS? 2. WHY your Chart control must access that virtual folder and create temp files in there? 3. WHAT should I do to have ChartFX Web control working "out of the box" with ChartFX Silverlight control? Except doing some weird things on my IIS of course. I'll be very gratefull to you for detailed answer. Thank you.
×
×
  • Create New...