Do not want to show Yaxis values

Hi, I donot want to show Y-axis values. I could not found any way to do it. Please help me. Thanx, Alok

1 Reply

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

Loader.
Up arrow icon