Page 1 of 1

Unwanted vertical lines on Polar charts

Posted: Tue May 15, 2007 10:50 pm
by 9643227
When I changed the Theme of a Polar series to "Blues", I saw some unwanted vertical lines on the right side of the Polar series. These lines were there when I set Axes.Bottom.Visible = true; they were gone when I set Axes.Bottom.Visible = false.

Jeff

Posted: Wed May 16, 2007 8:18 am
by narcis
Hi Jeff,

I've been able to reproduce that and added the defect (TF02012215) to our bug list to be fixed for future releases. In the meantime, a workaround is making MinorGrid not visible:

Code: Select all

			tChart1.Axes.Bottom.MinorGrid.Visible = false;