Page 1 of 1

ChartEventMarker.ClipInsideXRange

Posted: Fri Sep 27, 2013 4:49 am
by minoru
MarkerClip.PNG
MarkerClip.PNG (3.05 KiB) Viewed 12267 times
When ClipInsideXRange = false,
the symbol is not clipped inside X axis range.
But the label is clipped inside X axis range.

I want to display the label.

Regards,
Minoru

Re: ChartEventMarker.ClipInsideXRange

Posted: Fri Sep 27, 2013 7:57 am
by ArctionJari
Hi Minoru and thanks for reporting this. I have the same issue and we will fix it to the next version.

Re: ChartEventMarker.ClipInsideXRange

Posted: Mon Oct 21, 2013 5:18 am
by minoru
In a version 5.3.1, it is the still same result.

Regards,
Minoru

Re: ChartEventMarker.ClipInsideXRange

Posted: Wed Oct 30, 2013 2:42 pm
by ArctionPasi
Our apologies for not being able to fix it already.

If in hurry, please use a workaround: Replace the marker text with an Annotation, if in hurry. You can hide the annotation's border, fill, shadow, set ClipInsideGraph = false, set the Style = Rectangle, LocationCoordinateSystem = RelativeCoordinatesToTarget, TargetCoordinateSystem = AxisValues, and set the annotation's TargetAxisValues.X = marker's X position, and TagetAxisValues.Y = (chart.ViewXY.YAxes[0].Maximum + chart.ViewXY.YAxes[0].Minimum)/ 2.

Something like that...?

Re: ChartEventMarker.ClipInsideXRange

Posted: Thu Oct 31, 2013 10:24 am
by ArctionPasi
Hi Minoru,

we have released version 5.3.3 today, with the fix for ChartEventMarkers clipping problem.

Re: ChartEventMarker.ClipInsideXRange

Posted: Thu Nov 28, 2013 1:28 am
by minoru
It is OK in v.5.3.4.

Thanks.
Minoru