This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hi there, I thought I don't need to bother you again before our release, but there is something to bother us, the following is our data, (I am using 5.0 Aug. 29 2013 nightly build)
X axis is time and axis is float/double values (2nd column) and we don't have any value that is < 0. But when we plot the data out, around the point of (2018-02-01T00:00:21, 0.1929546) it shows you smaller than 0. It may be OK for general use, but as scientist, this is big problem, do we have a way to avoid that? See the attached image. Thanks, Gordon |
|
|
Hello Gordon Good spotting. The default style of the lines are too sharp. You can resolve this by setting the StrokeLineJoin property of the line to Round. This can be setup in your custom LineStyle. Jason Fauchelle |
|
|
Thanks Jason, I tried the following:
The problem still exists. Did I do something wrong. When we zoom it to some extends, the problem is gone. Gordon |
|
|
Hello Gordon This code looks correct. If you zoom in, is the problem resolved permanently? - even if you go back to the previous zoom? If so, then there is probably an issue with the order of the LineStyle being applied. This issue will be resolved in the next nightly build. This is only 1 line of code changed since your current build so there is no risk of breaks. If this is not the case, then I can only think you may be overriding this LineStyle somewhere else in your code? Also make sure you set the StrokeThickness on this style to something like "2", otherwise you'll get really thin lines. You could use a tool such as "Snoop" to check the properties on the rendered lines to make sure the StrokeLineJoin property has been set. Jason Fauchelle |
|
|
Hi Jason, 1) To answer your first part, after zoom and reset to 100% the problem will appear again. 2) You are right, I override the style in other place when I tried to set the width of the path. Now it seemed problem is solved. Thanks Gordon |
|