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 Jason If we use vertical axes and set the Y-axes scaling to values that are inside the minimum-maximum of the series values, some values get plotted on top of the other charts. See attached screen shot. Is it possible to clip the values that are outside the given axis? Best regards |
|
|
Hi Nicklas, Thanks for the suggestion. I've added an IsClipped property to the LineSeries class which you can set to true for the line to be clipped to the vertically stacked axis. For now this is only available for LineSeries, so let me know any other series you need this implemented for. This property will be available in the next nightly build. Hope that works well for you! -Jason Fauchelle |
|
|
Hello Jason I can't see the property on the LineSerie items. Am I looking in the wrong place? Even if I search through the whole solution for the source code in the latest nightly (2015-01-13) I can't find the word IsClipped anywhere. //Nicklas |
|
|
Hi Nicklas, I added this property to WPF Elements 7.0. Are you still using version 6.0? if so, would you be able to look at upgrading to version 7? The main difference between 6 and 7 is that it now targets .NET 4.0 -Jason Fauchelle |
|
|
Hello Jason After I've switched over to vertical axes and turned on IsClipped I can't seem to turn it off again if I change the axes mode. I've sent you a repro project showing this problem to your email. Best regards |
|
|
Hi Nicklas, Thanks for sending the repro project. Apologies for missing this bit of logic. I've fixed this up for the next nightly build. -Jason Fauchelle |
|