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
|
Hello, There are two things we noticed with the histogram (bar curve) which are causing display issues.
Thanks Oscar |
|
|
Hi Oscar, 1) The only way I know of this happening is if the LabelRotation of the axis is set to a small number that is not zero. That wouldn't explain why resizing the window fixes it though. Could you check the value of the LabelRotation property on start up (perhaps using a tool such as Snoop). If this is not the problem (the value is zero), please let me know how I can reproduce this such as by providing a repro project, or some code. 2) The chart axis converts strings to numbers where possible to make it convenient to set these properties in xaml - which causes them to start out as strings. I've updated this to avoid converting the values if bindings have been set to the properties - as in your case. This will be available in the next nightly build. -Jason Fauchelle |
|
|
Hi Jason, 2) Tried the next nightly build and it seems to be working fine. 1) I used Snoop but theLabelRotation seems to be zero. I tried to recreate the issue in a separate project and I may have been partly successful. It happens sometime and other times it doesn't (70% of the times it happens). I will send you in a separate email the reproducing project with some details of what I found. Thanks Oscar |
|
|
Hi Jason, Just checking to make sure you received my repo project. If so were you able to see the issue with the label? Thanks Oscar |
|
|
Hi Oscar, No sorry, haven't received a repro project. Please try sending again and I'll look into it. -Jason Fauchelle |
|
|
Hi Jason, I re-sent it to you. Please let me know if you got it. Thanks Oscar |
|
|
Thanks Oscar, I have received the repro project. Unfortunately I have not been able to reproduce the problem. I started the app over 20 times, but the label is always centered. Would you be able to have another go at making the repro project produce the issue more often? -Jason Fauchelle |
|
|
Thanks Jason for trying. Sure I'll see if I can do something to make it happen more often. ...Oscar |
|
|
Hi Oscar, Thanks for the email, I have been able to reproduce the issue now. This problem will be resolved in the next nightly build. The issue was somehow caused by preventing strings being converted to numbers when a binding is present which I fixed for you previously - really unusual that it affected the axis in this way. The behavior of not converting strings to numbers will still be working as you'd expect. Let me know how it goes. -Jason Fauchelle |
|
|
Thanks Jason for your latest build. The latest changes seem to have fixed the issue for numerical string but not for non-numerical strings (i.e. "CLOSED", "OPEN", "DOWN",...) I have sent you a modified repro project which illustrates the issue. Thank you. Oscar |
|
|
Thanks Oscar, I should have checked that last time. This will be fixed in the next nightly build. -Jason Fauchelle |
|
|
Thanks Jason, Tried the new nightly build and the issue with the string is fixed as well. I'm doing some further testing bug it seem fine thus far. . . . Oscar |
|