Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
250
Radar Chart - add different markers to each "spoke"?
posted

I have a radar chart where each spoke of the chart represents a value with different limits (technically different scales too, but I have scaled them all to 0 to 100).  I would like to indicate these limits on each spoke with a colored marker of some sort.  Can I use the FillSceneGraph or ChartDrawItem events to add these markers.

The number of spokes on the radar chart is variable at run time, so I do not know ahead of time how many there will be.

Any advice on how to accomplish this would be much appreciated.