Page 1 of 1

Edge style property for bar series

Posted: Thu Jan 12, 2012 11:57 am
by 15661238
Hi guys,

I found very nice "Bevel Percentage" and "Edge Style" properties for Pie charts. Unfortunately I could find something like this for Bar charts. Is there any workaround that I can use to make bar series look smooth.

I use TeeChartNET2010VSNET2005_4.1.2011.04191.exe (Build 4.1.2011.04190).

Thanks!

Re: Edge style property for bar series

Posted: Thu Jan 12, 2012 3:25 pm
by 10050769
Hello denis,

I am afraid that isn't possible. But, You need know that exist the property of Chart SmoothingMode that allow you to get smooth charts for all of series and you only must use next line of code:

Code: Select all

 tChart1.Aspect.SmoothingMode = System.Drawing.Drawing2D.SmoothingMode.HighQuality;
Can you tell us if my suggestion works as you want?

I hope will helps.

Thank.

Re: Edge style property for bar series

Posted: Thu Jan 12, 2012 4:19 pm
by 15661238
Hi Sandra,

thanks. Yes, we use this property. When I say "smooth" I meant more nice. Basically is it possible to have the same effect on edge for bar serier as I could have on pie?

Denis

Re: Edge style property for bar series

Posted: Fri Jan 13, 2012 4:08 pm
by 10050769
Hello Denis,

I am afraid it isn't possible, because bar Series doesn't have same properties than Pie Chart. But you can try to change the gradient as do in next demo example Welcome !\Chart styles\Standard\Bar\Bar gradient.

Thanks,