I have implemented your demonstrated solution on how to dynamically create stacked column series. On top of that I try to customize title, tooltip and legend item visibility handling the SeriesCreated event.
For some strange reason this event is only fired the first time data source has got values, not when data source is refreshed. How do I force this event to fire each time? Or is there any other entry point available where I can customize auto generated series.
Hello,
Thank you for your post. I am very glad that you have managed to solve the issue that you were having. Please let me know if you need any further assistance on the matter.
Sincerely,
Krasimir, MCPD
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
This posting can be ignored.
I succeeded to find a workaround myself. It looks like the auto generator has some kind of built in optimizer. I had to give the chart an empty collection between updates to force it to reinitialize.