This bug relates to chartfx.wpf.dll version 8.0.3314.22631 If I have a chart with a single pane, the pane title does not display. If I have multiple panes, then all the pane titles appear correctly. My code sample... double [] dummyData = { 10, 20, 30, 40, 50, 60, 70, 80 }; Chart chart = new Chart (...