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
1310
LegendItemBadgeTemplate is null when I initialize my component, why?
posted

Hello,

I have noticed that when my app goes through IntializeComponent(), the result of my StackedColumnChart.Series[0].LegendItemBadgeTemplate is null. It's quite surprising because I have launched the same structure in another app and the same champ is initialized to a value different to null. I think that it could be the responsible for showing in my legend the text "series title" instead of the value I want. How can I set automatically a value for this?

 

Thank you