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 folks, I recently bought wpf elements, during the evaluation, I didn't have any major issues. Now, I've downloaded the latest release (6.0.2165.22593) and am using it instead of the evaluation which was slightly older. The new version crashes with a stack overflow whenever I use the zoom rectangle and there's data in my scatter plot. If I disable the zoom and use the scrollbars, it'll crash in the same manner (with a stack overflow). The itemssource is a list of DateTimeDoubleViewModel which inherits from mindscapes DateTimeDouble. the only difference is that there is an added TooltipText property:
The following is the xaml code I use to generate the plot:
How do I go about debugging the situation? |
|
|
Digging a bit deeper I found that my stack overflow doesn't occur when i remove the MinimumRange property from the ChartAxis:
turns into
but now I have a new issue, if I add the ValueConverter, then when I zoom in, the x axis doesn't zoom correctly and it doesn't actually zoom on the square selection. |
|
|
Hello All your code looks fine, and I have not been able to reproduce either of your issues at our end. Could you please send a list of the data you are plotting (datetime - double pairs). Jason Fauchelle |
|
|
I downloaded the nightly and the bugs no longer occur. |
|
|
Ah, excellent, great to hear it is solved now. -Jason Fauchelle |
|