Page 1 of 1

Series marks

Posted: Tue Nov 04, 2008 7:10 pm
by 14045174
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)!

Posted: Wed Nov 05, 2008 10:38 am
by narcis
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.