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
|
In my graph, the Maximum and Minimum of Y axis is bound to property Y1Maximum and Y1Minimum in viewmodel, and I konw if I set these two properties to null value, the graph will automatically scale the axis. but in my case, it seems only the maximum value is automatically scaled. the minimum value keeps with the a fixed value without automatically scaled. Like below screenshot: I added a break point at the set method of property Y1Maximum and Y1Minimum in viewmodel. During the graph updating, the Y1Maximum value was updated with the current maximum value of the y axis of the time. But the Y1Minimum was only updated once at the begining with value 0. It was not updated according to the dynamcal minimum value of my data set. The graph is not properly scaled. 0 is not the actual minimum value of my Y data. Is there anything I'm doing worong? or is it just designed to work by this way? Any help will do me a big favor, Thanks. |
|
|
Hello Yaron On your Line Series, try to set the AlwaysShowYAxisZero property to false and let me know if that works out for you. -Jason Fauchelle |
|
|
It works. Thanks a lot. |
|