Hello!Can somebody help me with the following Chart-Problem:I use a LineChart.My Data for the chart has null values and i want to see the line between non-null values: So i use NullHandling.InterpolateSimple.But i dont want to see the line at the end - when there comes only null values! Please take a look at my screenshot - i hope you can understand what i meen!
Thanks 4 your Help!
myGil
Hello Gilbert,
Maybe one possible approach to achieve your requirements could be if you are using ScatterLineChart instead of LIneChart. I made small sample for you. Please take a look at the attached sample for more details and let me know if you have any questions.
Regards
Here is the sample:
Much thanks 4 your Answer!!!
The Scatter-Chart works perfect 4 me: