I am adding text entries to selected series as a method of displaying user entered comments on the graph. Previously I was doing this with annotations but I found the implementation less elegant than simply adding text to the series directly.
The series marks implementation is much better except for the fact that other graph series points are painted over the top of series mark text.
So, if I have a number of series in the chart, all with comments (series marks) painted at various point along each series, some of these comments (series marks) will have points from another series painted over them (depending on the series order).
This is less than desirable because I want to see all the comments regardless of the series order.
Is there a solution to this ?
Regards, David Peacock.
More on series marks
Hi David,
Not a pretty solution, the only that I know of is moving the Series Marks to a custom position or use Annotation tools as you used before.Is there a solution to this ?
Pep Jorge
http://support.steema.com
http://support.steema.com
RE: More on series marks
Thanks Pep.
I just spent the last couple of days changing the annotation implementation to the marks implementation, thinking it was a superior approach.
Seems to me, the problem is only a matter of when the marks are drawn and if this could be done after all series points are drawn then the solution would be fine.
After all, what's the point of having marks on the chart at all if they get covered by other graph series ?
Regards, David.
I just spent the last couple of days changing the annotation implementation to the marks implementation, thinking it was a superior approach.
Seems to me, the problem is only a matter of when the marks are drawn and if this could be done after all series points are drawn then the solution would be fine.
After all, what's the point of having marks on the chart at all if they get covered by other graph series ?
Regards, David.
Hi David,
Well, this does not happesn always. And also, when happens normally there's a solution. In your case you can also change the arrow lenght for the Marks to make them visible.After all, what's the point of having marks on the chart at all if they get covered by other graph series ?
Pep Jorge
http://support.steema.com
http://support.steema.com