Edge style property for bar series

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
denis
Newbie
Newbie
Posts: 2
Joined: Wed Jan 04, 2012 12:00 am

Edge style property for bar series

Post by denis » Thu Jan 12, 2012 11:57 am

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!
Attachments
nice_pie_chart.png
Nice pie chart, what to achieve the same for bar chart.
nice_pie_chart.png (168 KiB) Viewed 4670 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Edge style property for bar series

Post by Sandra » Thu Jan 12, 2012 3:25 pm

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.
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

denis
Newbie
Newbie
Posts: 2
Joined: Wed Jan 04, 2012 12:00 am

Re: Edge style property for bar series

Post by denis » Thu Jan 12, 2012 4:19 pm

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Edge style property for bar series

Post by Sandra » Fri Jan 13, 2012 4:08 pm

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,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply