Show grid lines over data on radar char

Hi,

Is it possible to show all the grid lines on the radar chart? The example below has them obscured by the two data series. I'd like to have them above the data series.

Thanks
Mike




1 Reply 1 reply marked as answer

DG Durga Gopalakrishnan Syncfusion Team November 27, 2020 03:25 PM UTC

Hi Michael, 
 
Greetings from Syncfusion. 
 
We suggest you reduce the opacity of chart series and specify major grid line color as black to view the gridlines on series. Please check below API reference link. 
 
<ChartSeriesCollection> 
        <ChartSeries DataSource="0.5"> 
        </ChartSeries> 
    </ChartSeriesCollection> 
 
 
Kindly revert us if you have any concerns. 
 
Regards, 
Durga G 


Marked as answer
Loader.
Up arrow icon