Is there some way to get LineSeries to draw segments with out-of-range endpoints, other than setting filterData=false ?
I have a LineChart with a DateTimeAxis that has its minimum and maximum set so that not all data points are visible. As suggested in messages 61005 and 62883, I set filterData=false so that LineSeries segments are drawn in the chart area even if the endpoints are out of range. But this causes two unwanted effects: - data tips stop working (as described in message 65440) - NaN or missing points are plotted on chart (with y value = max y value in data provider).

