Hello community,
I have a problem with TrackballLabelTemplate in an UWP Xamarin Forms Project. I made a simple application which displays data using FastLineSeries.
If I add the FastLineSeries dynamically (I have to do this because the bindings changes) the TrackballLabelTemplate only works the first time.
If I clear the Series with chart.Series.Clear() and add another FastLineSeries with a new TrackballLabelTemplate then the default Template is used every time.
I tried nearly everything but I can not make this to work. It only works for statically series. For me it seems that this is a bug.
Somebody any ideas?
Thanks!
Joachim