How can I format chart label? I need to see only 2 digits after point.
I try chart.ChartAreas.First().AxisY.LabelStyle.Format = "#.##"; and 0.00
Also I try to set Series[0].LabelFormat = "0.00" and #.##
and without success.
What is wrong?

Try setting .AxisX.LabelStyle.Format to "{0:0.00}" - I had to do it recently on one of my charts so it should work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With