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
Polar chart display
Hi asupriya,
If you want remove or doesn't show Black lines you could make for exemple
And If you want area transparency you could make as next code:
Thanks,
If you want remove or doesn't show Black lines you could make for exemple
Code: Select all
Polar1.Pen.Visible = False
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 |
Instructions - How to post in this forum |