Hi, I have a chart that display gridlines using the cartesianchartgrid, defined like this in xaml:
<telerik:RadCartesianChart.Grid> <telerik:CartesianChartGrid MajorLinesVisibility="XY"/></telerik:RadCartesianChart.Grid>
But I can't figure out how to change the color of the gridlines. I don't see any brush or color properties for it on the class, changing the foreground etc brush does not work.