Greetings from Syncfusion.
We have analyzed your query and provided details and we would like to let you know that the chart will render properly if the series ItemsSource and set XBindingPath and YBindingPath property value. We have analyzed your code and XBindingPath, YBindingPath value was set proper based on firebase data model parameter used.
Can you please ensure us the following details at your end and share the following details which will be helpful for us to analyze at our end?
· Please share the Chart PrimaryAxis and SecondaryAxis details? Incase the PrimaryAxis is DateTimeAxis please ensure the firebase TemperatureReading “date” property type is of DateTime or not.
· Please check and ensure us the BindingContext set for the chart using the firebase database ViewModel temperatures data.
· Can you please ensure us the spline series ItemsSource set using the firebase consists of data and if possible, can you please share the data values?
SplineDataSeries.ItemsSource=observable.AsObservableCollection();
· Please also ensure whether the collection has model properties like “date” and “temperature”
Please refer the below help document for more details
Regards,
Devakumar D