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 There, You really need to fix the Zoom problem, since some of the lines disappeared after zoom. If x-axis is DateTime, it will be ok. If both x and y are doubles, most of the lines disappeared for the line series. not sure if this is helpful, on Y axis, we use reverse order and put x-axis on top. See the image without zooming zoomlineseries.jpg. If we zoom between x(0.4, 0.5) and y(50, 40) by click and drag starting coordinate(40, 0.4) to (50, 0.5), then all the line series disappeared, only the scatter series left as in screenshot zoomLineSeriesProblem.jpg. Here are 2 sets of data for 2 lines out of 54 lines:
Please fix them asap. Gordon |
|
|
Hello Gordon Thanks for the repro data. This issue was caused by the data being backwards (from right to left along the X axis). One of the performance optimizations (One from version 1.0, not one of the recent improvements) expects the data to flow from left to right. This will be resolved in the next nightly build. For charts with a large amount of data, it is recommended (but not required) to have the data flow from left to right. If you have a problem with large charts with backwards data, let me know. Any backwards chart with less than 500 points per series will be perfectly fine. Jason Fauchelle |
|