ChartEventMarker.ClipInsideXRange

A forum dedicated to WPF version of LightningChart Ultimate.

Moderator: Queue Moderators

Post Reply
minoru
Posts: 27
Joined: Thu Sep 26, 2013 1:30 am

ChartEventMarker.ClipInsideXRange

Post by minoru » Fri Sep 27, 2013 4:49 am

MarkerClip.PNG
MarkerClip.PNG (3.05 KiB) Viewed 12212 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

ArctionJari

Re: ChartEventMarker.ClipInsideXRange

Post by ArctionJari » Fri Sep 27, 2013 7:57 am

Hi Minoru and thanks for reporting this. I have the same issue and we will fix it to the next version.

minoru
Posts: 27
Joined: Thu Sep 26, 2013 1:30 am

Re: ChartEventMarker.ClipInsideXRange

Post by minoru » Mon Oct 21, 2013 5:18 am

In a version 5.3.1, it is the still same result.

Regards,
Minoru

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: ChartEventMarker.ClipInsideXRange

Post by ArctionPasi » Wed Oct 30, 2013 2:42 pm

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...?
LightningChart Support Team, PT

User avatar
ArctionPasi
Posts: 1367
Joined: Tue Mar 26, 2013 10:57 pm
Location: Finland
Contact:

Re: ChartEventMarker.ClipInsideXRange

Post by ArctionPasi » Thu Oct 31, 2013 10:24 am

Hi Minoru,

we have released version 5.3.3 today, with the fix for ChartEventMarkers clipping problem.
LightningChart Support Team, PT

minoru
Posts: 27
Joined: Thu Sep 26, 2013 1:30 am

Re: ChartEventMarker.ClipInsideXRange

Post by minoru » Thu Nov 28, 2013 1:28 am

It is OK in v.5.3.4.

Thanks.
Minoru

Post Reply