Page 1 of 1

SeriesEventMarkers & ClipAreas

Posted: Mon Dec 01, 2014 4:59 pm
by fredd41
hi

if a SeriesEventMarker is in a clipping area, the text is visible but not the icon, why ?

A GetClipAreas function would be interesting.

thanks

Re: SeriesEventMarkers & ClipAreas

Posted: Wed Dec 03, 2014 12:15 am
by ArctionPasi
GetClipAreas method was added in 6.3.1 today.

Marker texts are rendered as a separate layer after the series and SeriesEventMarker graphics and the clipping doesn't effect the texts. We'll have to add this to our future improvement list.

Re: SeriesEventMarkers & ClipAreas

Posted: Wed Dec 03, 2014 1:10 pm
by fredd41
thanks for the new release

Re: SeriesEventMarkers & ClipAreas

Posted: Mon Dec 15, 2014 5:36 pm
by fredd41
not fixed in your new release 6.3.2
text is visible, not the icon

thanks

Re: SeriesEventMarkers & ClipAreas

Posted: Thu Jan 22, 2015 12:39 pm
by ArctionPasi
We have tried to come up with a working and perfect solution but are unable to. DirectX text can't be clipped by ClipAreas. :?

As a workaround, set chart.RenderOptions.FontsQuality = High, then the text is rendered with auxiliary GDI+ texts and clipping works.