We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ChartControl Axis tick label has shadow?

Hi, there, In a chart control, the axis tick are not drawn properly. Say in a windows form I drag and drop a chart control and add a series and run it. Then take a screen shot of it and zoom it, it shows the axis ticks are not drawn sharply. they have aclurred edges, is it a property ? or is it a bug? Is there a work around available for this? refer attached image.

axisTick.zip

1 Reply

GM Geetha M Syncfusion Team November 14, 2005 07:33 AM UTC

Hi Bubu, Sorry for the delayed response. You can have a sharp axis labels by setting the TextRenderingHint property of the chartControl class to System Default. By doing so, the label text will also have the same smooth settings that are used for the system. The following code snippet illustrates this: this.chartControl1.TextRenderingHint = System.Drawing.Text.TextRenderingHint.SystemDefault; Please let me know if this helps you. Thanks and Regards, Geetha

Loader.
Live Chat Icon For mobile
Up arrow icon