Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2035
Adding new items to observable collection is not reflected in the XamDataChart
posted

Hi.  I have a chart where I need to add new data points and sometimes modify existing ones.  When I replace an existing item in the collection, the change is reflected on the screen.  However, the following is not working for me:

- adding a new data point to the observable collection does not update the chart

- replacing an existing Brush in the BrushCollection does not update the chart

- add a new Brush in the BrushCollection does not update the chart

I have attached a simple example which demonstrates these issues.  Am I doing something wrong?  Is there a work around for this.

Thanks,

Arthur

XamDataChartGroupByObservableCollection.zip
Parents
  • 30945
    Offline posted

    Hello Arthur,

     

    Thank you for your post. I have been researching this functionality and it turns out that this is the design behavior of the GroupBy in this scenario. In order to be able to update the chart when adding a new point, you can set the AutoGenerateSeries to false before adding a new point and setting it back to true, after adding the point in the source of the GroupBy. I have modified the sample that you have originally attached to show how you can implement this approach.

     

    Also you can submit a new Product Idea for having this functionality built-in. You can suggest new Product Ideas for future versions (or vote for existing ones) at http://ideas.infragistics.com.

     

    Steps to create your idea:

                   

    1. Log into the Infragistics Product Ideas site at http://ideas.infragistics.com (creating a new login if needed).

    2. Navigate to the product / platform channel of your choice (e.g. WPF, Windows Forms, ASP.NET, HTML5 / Ignite UI, iOS / NucliOS, etc.)

    3. Add your product idea and be sure to be specific and provide as much detail as possible. Explain the context in which a feature would be used, why it is needed, why it can’t be accomplished today, and who would benefit from it. You can even add screenshots to build a stronger case. Remember that for your suggestion to be successful, you need other members of the community to vote for it. Be convincing!

     

    The benefits of submitting the product idea yourself include:

    • Direct communication with our product management team regarding your product idea.

    • Notifications whenever new information regarding your idea becomes available.

     

    Additional benefits of the Product Idea system include:

     

    • Ability to vote on your favorite product ideas to let us know which ones are the most important to you.  You will have ten votes for this and can change which ideas you are voting for at any time.

    • Allow you to shape the future of our products by requesting new controls and products altogether.

    • You and other developers can discuss existing product ideas with members of our Product Management team.

     

    The product ideas site allows you to track the progress of your ideas at any time, see how many votes it got, read comments from other developers in the community, and see if someone from the product team has additional questions for you.

     

    Thank you for contacting Infragistics.

     

    Sincerely,

    Krasimir, MCPD

    Developer Support Supervisor - XAML

    Infragistics

    www.infragistics.com/support

    WpfApplication1.zip
Reply Children