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
440
How to customize auto generated StackedColumnSeries?
posted

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.