GM
Geetha M
Syncfusion Team
February 6, 2006 01:15 PM UTC
Hi Alok,
Sorry for the delayed response.
Yes. You can disable the chartlabels for a particular axis (say y axis) by setting the TicksLabelsDrawingMode to UserMode. The following code snippet illustrates this:
this.chartControl1.PrimaryYAxis.TickLabelsDrawingMode = ChartAxisTickLabelDrawingMode.UserMode ;
I hope this helps you.
Thanks and Regards,
Geetha