OxyPlot.WPF.LinearAxis or DateTimeAxis how to set TitleFontWeight

Oystein Bjorke fa 10 anys 0
This discussion was imported from CodePlex

DShawNitec wrote at 2012-05-31 20:51:

Can not figure out how to set TitleFontWeight on OxyPlot.WPF.LinearAxis or OxyPlot.WPF.DateTimeAxis in code behind.

"myAxis.FontWeight = System.Windows.FontWeights.Bold" works fine for the axis labels. But "myAxis.TitleFontWeight" does not exist.


objo wrote at 2012-05-31 21:56:

checked in a fix, I hope it works!


dshawnitec wrote at 2012-06-02 00:04:

Thanks that took care of it.