Page 1 of 1

Overlapping Points

Posted: Wed Dec 05, 2007 10:14 am
by 9645512
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

Posted: Wed Dec 05, 2007 11:44 am
by narcis
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:

Code: Select all

				line1.Marks.ArrowLength = 10;