Trying to override the Legend Items that are created automatically, just need to change the labels from Item 0, Item 1 … to my own labels, I don’t want to do it manually, if I do so I lose the colors that automatically you guys assigned. Now I have tried to subscribe to events like
chart1.DataBound += (object sender3, ChartDataBoundEventArgs e3) =>
without any luck as I just want to access the collection of Items Labels after then have been created to change it from Item 0 to my own writing. What’s the event that I can subscribe that will work?