Hi,
I populate dinamically a SfChart which Series is collection of series (LineSeries, ColumnSeries, etc.).
For chart preview purpose, we create a new series collection from current Series and clone each series before add to the new series collection.
The problem occurs when we try to create a chart preview with ColumnSeries.
Exception : The given key was not present in the dictionary
StackTrace :
at System.Collections.Generic.Dictionary`2.get_Item(TKey key)
at Syncfusion.UI.Xaml.Charts.ChartSeriesBase.GetSideBySideInfo(ChartSeriesBase currentseries)
at Syncfusion.UI.Xaml.Charts.ColumnSeries.CreateSegments()
at CanmetENERGY.IBioref.UI.Charts.ColumnSerie.CreateSegments() in c:\Users\dquispeg\Desktop\Projets\Bioraffinerie\trunk\IBioref\UI\Charts\ColumnSerie.cs:line 244
Have you an idea how to fix this problem ?
Thanks,
Dario