Unwanted vertical lines on Polar charts

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Jeff
Newbie
Newbie
Posts: 22
Joined: Thu Nov 30, 2006 12:00 am

Unwanted vertical lines on Polar charts

Post by Jeff » Tue May 15, 2007 10:50 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed May 16, 2007 8:18 am

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;
Best Regards,
Narcís Calvet / 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