- 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)!
Series marks
Series marks
Well, I do not know what to start with...
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Profitstar,
I could reproduce the issue here and added it (TF02013534) to the bug list to be fixed for next releases.# 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
Marks arrows work fine for me here. Which are the exact problems you are having with them?# I cannot make it respect arrow options, probably because they do not show up (even when I set their length to 50)
This works fine for me here using latest release at designtime and runtime:# When I show symbols, then "round frame" means rectangular, and "rectangular frame" means round.
Code: Select all
line1.Marks.Symbol.Visible = true;
line1.Marks.ShapeStyle = Steema.TeeChart.Drawing.TextShapeStyle.RoundRectangle;
Yes, shadow is not drawn correctly when frame is round. I've added this issue (TF02013535) to the list too.# Also have problems with round frame and shadow.
I could also reproduce this and added the defect (TF02013536) to the list.# 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)!
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 |