Hi Kenny,
Thanks for using Syncfusion products.
You can achieve this requirement by using LabelFormat property of ChartAxis which will set the format for that particular axis alone. Please find the code snippet below.
Code Example:
NumericalAxis secondaryAxis = new NumericalAxis();
secondaryAxis.LabelStyle.LabelFormat = "#,##0,000";
chart.SecondaryAxis = secondaryAxis;
|
We have attached sample for your reference which can be downloaded from the below location.
Please check the sample and let us know if you need further assistance on this.
Regards,
Saravana Pandian M.