Series marks

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
UserLS
Advanced
Posts: 247
Joined: Wed May 23, 2007 12:00 am

Series marks

Post by UserLS » Tue Nov 04, 2008 7:10 pm

Well, I do not know what to start with...
  • Gradient option will not work for me. If I make it visible - it uses the dark gray (always) color, if it is not visible - marks are painted in the middle color for gradient option
  • I cannot make it respect arrow options, probably because they do not show up (even when I set their length to 50)
  • When I show symbols, then "round frame" means rectangular, and "rectangular frame" means round.
  • Also have problems with round frame and shadow.
  • Do not even try to rotate them! Symbols are staying put anyway. The text is rotating with the shape, but not together - they are separated and text is drawn outside of the frame. Shadow is lost and so is the round frame. Bevels also do not rotate. But now gradient works (only if angle is > 0)!

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 Nov 05, 2008 10:38 am

Hi Profitstar,
# Gradient option will not work for me. If I make it visible - it uses the dark gray (always) color, if it is not visible - marks are painted in the middle color for gradient option
I could reproduce the issue here and added it (TF02013534) to the bug list to be fixed for next releases.
# I cannot make it respect arrow options, probably because they do not show up (even when I set their length to 50)
Marks arrows work fine for me here. Which are the exact problems you are having with them?
# When I show symbols, then "round frame" means rectangular, and "rectangular frame" means round.
This works fine for me here using latest release at designtime and runtime:

Code: Select all

			line1.Marks.Symbol.Visible = true;
			line1.Marks.ShapeStyle = Steema.TeeChart.Drawing.TextShapeStyle.RoundRectangle;
# Also have problems with round frame and shadow.
Yes, shadow is not drawn correctly when frame is round. I've added this issue (TF02013535) to the list too.
# Do not even try to rotate them! Symbols are staying put anyway. The text is rotating with the shape, but not together - they are separated and text is drawn outside of the frame. Shadow is lost and so is the round frame. Bevels also do not rotate. But now gradient works (only if angle is > 0)!
I could also reproduce this and added the defect (TF02013536) to the list.
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