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!
Edge style property for bar series
Edge style property for bar series
- Attachments
-
- Nice pie chart, what to achieve the same for bar chart.
- nice_pie_chart.png (168 KiB) Viewed 4677 times
Re: Edge style property for bar series
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:
Can you tell us if my suggestion works as you want?
I hope will helps.
Thank.
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;
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 |
Instructions - How to post in this forum |
Re: Edge style property for bar series
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
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
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,
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 |
Instructions - How to post in this forum |