Plots are overshooting

Charts for WPF Forum

Posted 6 years ago by Jerin Sebastian
Version: 16.1.0661
Platform: .NET 4.7
Environment: Windows 10 (64-bit)
Avatar

When am plotting a data where the value varies from 0 to 25. The data is being plotted less than 0 and greater than 25.

Comments (8)

Posted 6 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jerin,

Can you send a link to a screenshot that shows this situation so we can see exactly what you mean?  Thanks!


Actipro Software Support

Posted 6 years ago by Jerin Sebastian
Avatar

Please see the screenshot in the below link.......

https://drive.google.com/open?id=0B84ZxmfP3vjpWDFNa21MQ19VeGc

Posted 6 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jerin,

Could you share it as public or use a different image service that is a public one?  Thanks!


Actipro Software Support

Posted 6 years ago by Jerin Sebastian
Avatar

Sorry for that..

Please use the below link

https://drive.google.com/open?id=0B9KGrT-6y0sXUVhQQW9BUHRRTlE

Posted 6 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jerin,

Thank you!  Which line kind do you have set?  Is it Normal or Spline?  The reason I ask is that spline line logic use the data points as guides and core WPF determines how to render the lines to join the guides.  So in some cases where there are extremes, splines can sometimes render the lines slightly outside of the guide points to achieve their curve.  You shouldn't see that happen with Normal lines though because those just connect the data points linearly.


Actipro Software Support

Posted 6 years ago by Jerin Sebastian
Avatar

I had used Line Kind Normal only. Not Spline or Step.

Posted 6 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jerin,

Could you send our support address a new small sample project that shows it happening, so that we can debug with it and see what's going on then?  In your email, reference this thread.  Please remove the bin/obj folders from the ZIP you send and rename the .zip file extension so it doesn't get spam blocked. Thanks!


Actipro Software Support

Answer - Posted 6 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Jerin,

Thanks for the sample.  What was happening was the line join on the line shape was using the default miter settings and since they were very squished, WPF rendered the joins extending out.  We changed the line join to be round for the upcoming maintenance release and that fixes the problem.


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.