hi,
I have series in 1 chart:
The first chart is a normal graph and the second is used to explain certain points on the graph. the second series is are points with Marktext and ArrowLength.
The problem is that some of the explanationpoints are close and can not be read since the overrirde each other. I there a way I can alter the arrowlength or direction of the individual point?
Many thanks
Stijn
Overlapping Points
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Stijn,
If points marks overlap you can customize their position as in the example Pep posted here. You can also set arrowlength like this:
If points marks overlap you can customize their position as in the example Pep posted here. You can also set arrowlength like this:
Code: Select all
line1.Marks.ArrowLength = 10;
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 |