"Circular"
Is it possible to make the Radar Area circular?
How it looks now:
How it should look:
"Bug"
I also have a problem with the ChartValueAxis, I need to set the ZIndex to 1. If I don't, then the numbers disappear underneath the chart if I change the opacity on the series to 1. Is this normal behaviour, or?
Normal:
ZIndex 1:
Code:
<ChartValueAxes>
<ChartValueAxis>
<ChartValueAxisLabels Format="{0:N0}"></ChartValueAxisLabels>
</ChartValueAxis>
</ChartValueAxes>
---------------------------------
<ChartValueAxes>
<ChartValueAxis ZIndex="1">
<ChartValueAxisLabels Format="{0:N0}"></ChartValueAxisLabels>
</ChartValueAxis>
</ChartValueAxes>
Thanks
Regards,
Nikolas