I use Telerik RadCartesianChart, Its ItemSource binding on ObservableCollection.
For example it has 3 Items:
Value 1 = 10
Value 2 = null
value 3 = 20
Its StrokeMode ="AllButPlotLine" ,
The line didn't drawn because of the null value. Can I draw it?
Regards,
RadChart (RadCartesianChart) supports empty (null/NaN) values. Here is an example using the MVVM pattern for you to explore. Please note that there is no Value represented for Oranges.
MainPage.xaml
CustomPoint.cs file
ViewModel.cs