Polar chart display

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
asupriya
Advanced
Posts: 179
Joined: Mon Dec 01, 2008 12:00 am

Polar chart display

Post by asupriya » Wed Feb 11, 2009 6:24 am

Please refer to the uploaded png file (polar.png). I like to remove the balck dark lines (from the center to the point) that are creating a polygonal area type of display.

I like to only display the area with some transparency as shown in the .Net Demo Polar and Radar Transparency. In other words, I like to simply join the points and not to draw lines from the center to the point.

Please suggest some vb .net solution

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

Post by Sandra » Wed Feb 11, 2009 9:30 am

Hi asupriya,

If you want remove or doesn't show Black lines you could make for exemple

Code: Select all

      Polar1.Pen.Visible = False
And If you want area transparency you could make as next code:

Code: Select all

     Polar1.Transparency = 50

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