Hi Vijaykumar,
Thanks for contacting Syncfusion support. We have analyzed your query. For rounding the chart label values you can use the “LabelFormat” property for the axis. Please find the below code example
[ASPX]
In the above code example we have set the “LabelFormat” for the PrimaryXAxis as “N3”. This is used to round the PrimaryXAxis label, with three numbers after the decimal point. Please find the below screenshot.
In the above screenshot PrimaryXAxis labels are rounded three numbers after the decimal points. If the “LabelFormat” is given as “N2” then PrimaryXAxis labels are rounded two numbers after the decimal points.
Suffix added after “N” specify the number of rounding places for the labels.
We have prepared the sample as per your requirement. Please find the sample from below mentioned location.
Sample Link:
http://www.syncfusion.com/downloads/support/forum/120793/ze/WebApplication22055509727
If this sample does not meet your requirement, then please let us know by adding more details about your requirement.
Please let us know if you have any concern.
Regards,
Sanjith K.