MS
Manimala S
Syncfusion Team
March 23, 2009 08:46 AM UTC
Hi Oliver,
You can do this by setting the TickLabelsDrawingMode as UserMode
And here is the code snippet to do this.
this.chartControl1.PrimaryYAxis.TickLabelsDrawingMode = ChartAxisTickLabelDrawingMode.UserMode;
Kindly, let me know if it helps.
Thanks,
Manimala.
OG
Oliver G
March 23, 2009 10:28 AM UTC
perfect, that is what I need. Tx a lot