AD
Administrator
Syncfusion Team
March 6, 2007 03:04 AM UTC
Hi Martin,
Thank you for using Syncfusion products.
You can change the precision for the axis value using RoundingPlaces property. Please refer to the following code snippet.
[ C# ]
this.chartControl1.PrimaryYAxis.RoundingPlaces = 4;
Please let me know if you have any queries.
Regards,
Rajesh