TextRenderingHint

Is there any way to set the TextRenderingHint on a chart? I am using a font that really needs either anti-aliasing or cleartype.. I tried adding the Paint handler below but it had no effect: private void chart_Paint(object sender, System.Windows.Forms.PaintEventArgs e){ e.Graphics.TextRenderingHint = TextRenderingHint.AntiAliasGridFit; } Is there anything else I can do? Thanks, Jarrod

1 Reply

DJ Davis Jebaraj Syncfusion Team September 22, 2004 07:19 PM UTC

Hi Jarrod, The current version of Essential Chart does not provide access to the Graphics object to change the TextRenderingHint property. We will incorporate the ability to do this and update you when a new build with this feature is available. Regards, Davis

Loader.
Up arrow icon