2
votes

Is it possible to color the inner circles of a radar chart. I want to color each section differently The image below should clarify:

Wanted radar chart

1

1 Answers

0
votes

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.