Page 1 of 1

Polar chart display

Posted: Wed Feb 11, 2009 6:24 am
by 13051032
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

Posted: Wed Feb 11, 2009 9:30 am
by 10050769
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,