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, I just found a bug in the latest nightly release where the alternative y-axes do not calculate the range, i.e. when Axis.Minimum == Axis.Maximum, as the axis.IsAuto property is not set. To fix, add follow when adding a new alt. axis (in AlternateYAxes_CollectionChanged event). if (axis.Minimum == axis.Maximum && IsLoaded) { axis.IsAuto = true; }
/Dennis |
|
|
Hello Dennis Thanks for pointing this out. This has been resolved and will be available through the nightly builds from tomorrow the 18th of October. - Jason |
|