Jump to content
Software FX Community

ChartFX cannot take empty Collection as ItemsSource


Bober02

Recommended Posts

Dear All,

Another major difficulty I came across using ChartFX: when you set the ItemsSpurce of the chart (or any other control like XamDataGrid for instance) you may not really have data straight away (you pull it later from server, user enters it etc.) with chartFX if I bind ItemsSource to INSANTIATED but empty collection of lines, It throws exception (about static method in non-static context I believe). I think it has to do with List transform I'm using and working out a binding by the chart. Can you try this case and try to find workaround for it? I will greatly appreciate your help on this one.

Link to comment
Share on other sites

In our tests we could not duplicate the exception when using and empty collection of lines but we did find an issue when adding items to the collection later. Are you sure you are using our most recent hotfix? Did you check the file version of ChartFX.WPF.dll that is copied to the Bin\Debug folder in your app?

If possible, please post (or send an email) with a sample app that duplicates this exception.

JuanC

post-7688-13922416340559_thumb.png

Link to comment
Share on other sites

I posted a slightly changed Test project from my previous post about Data context clearing. I simply removed addition of any Lines to the observable collection which is passed as data Context. Thanks a lot for your help on this one, this is one the major thing I need to work out for my current project and help would be immensely appreciated.

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