 The XAxis has text clipped if you increase the default font size. Note that the Y-Axis seems to correctly size itself. ```cs WpfPlot.Plot.Axes.Left.Label.FontSize = 32; WpfPlot.Plot.Axes.Bottom.Label.FontSize = 32; ``` Edit: Occurring in version 5.0.21