Hi Atif,
You can turn off auto labels using the following code:
NLinearScaleConfigurator scaleY = yAxis.ScaleConfigurator as NLinearScaleConfigurator;scaleY.AutoLabels = false;
Let us know if you have any questions.
Best Regards,Nevron Support Team