Set the format of the Xaxis and Yaxis values

Hi,
For some reason I can't find how to change the format of the values displayed on the xAxis and the Yaxis.
I get numbers like 1.250000000, and they overlap each other.
Help please.

Hi, 


You can format the Y-Axis values with the ValueFormat property:
 
AdvGDIPChartView1.Panes[0].Series[0].ValueFormat := '%.2f';

Kind Regards,
Pieter