Shape Series Styles

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Ivan_vS
Newbie
Newbie
Posts: 6
Joined: Mon Sep 20, 2010 12:00 am

Shape Series Styles

Post by Ivan_vS » Mon Jan 10, 2011 11:25 am

Could you please add the following 3 styles to the Shapes series:

Arc,
Parallelogram, and,
Rounded Rectangle

These would mimic the equivalent Microsoft PowerPoint shapes and enable a more effective harnessing of shapes into a dynamic diagram.

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

Re: Shape Series Styles

Post by Sandra » Mon Jan 10, 2011 12:14 pm

Hello Ivan_vS,

I inform that Rounded Rectangle exist in Series Shapes, you only have do next in your code:

Code: Select all

            seriesshape.Style = Steema.TeeChart.Styles.ShapeStyles.Rectangle;
            seriesshape.Format.ShapeStyle = Steema.TeeChart.Drawing.TextShapeStyle.RoundRectangle;
Arc,Parallelogram,
I have added your requests in wish-list with number [TF02015350] to be considered in future versions of TeeChart.Net.

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