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
Unwanted vertical lines on Polar charts
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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:
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 |
Instructions - How to post in this forum |