If one sets the LabelFormat property of LinearAxis it will not be respected in most cases. Steps to reproduce: 1. Add a LineSeries to a chart 2. Set the VerticalAxis.LabelFormat to "{0:F2}" 3. Run the project You will see that the labels are not formatted.