Hello,
Is it possible to color the inner circles of a radar chart. I want to color each section differently The image below should clarify:
Thanks in advance!
Kind Regards,
JJ
Hello,
Is it possible to color the inner circles of a radar chart. I want to color each section differently The image below should clarify:
Thanks in advance!
Kind Regards,
JJ
The more "correct, general-purpose" and efficient way is probably Graphics.FillPath().
But it's probably less code to use FillEllipse() to draw your filled circles from the outside in.