views:

207

answers:

1

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:

Wanted radar chart

Thanks in advance!

Kind Regards,

JJ

A: 

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.

Conrad Albrecht
Thank you for your reply.I should have mentioned i'm using the standard ASP.NET Charting controls.So i don't know i FillEllipse works with that, will check!
JJ