I'm using Doughnut and Pie Charts in WinForms C# desktop application
I change the color for section this way:
chart1.Series[0].Points[i1].Color = Color.Yellow;
as well as for BackColor and BorderlineColor from properties, but I can't find in Series (Collection) Editor property to change white background behind listed values (on right side on image, pointed with red arrow):
I've tried listed color properties, but none of them seems to affect this element:

