Pre loader

Error : Unexpected record in BAML stream

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

Closed
0
0

Has anyone encountered this before?

XamlParseException: Unexpected record in Baml stream. Trying to add to SciChartSurface which is not a collection or has a TypeConverter.

<DataTemplate x:Key="SciLineChartTemplate"><Grid><s:SciChartSurface ...

Version
5.4.12119
  • You must to post comments
0
0

Hi Oleksandr,

I found the problem.

I was missing the parent node for RenderableSeries.

<s:FastLineRenderableSeries DataSeries="{Binding chartValues}" />
required :
<s:SciChartSurface.RenderableSeries> <s:FastLineRenderableSeries DataSeries="{Binding chartValues}" /></s:SciChartSurface.RenderableSeries>

  • You must to post comments
0
0

Hi Christopher,

Thanks for your reply. I’m glad your issue is solved!

If you have any further questions please feel free to ask.

  • You must to post comments
0
0

Hi Christopher,

Thanks for your question.
Unfortunately, I couldn’t reproduce this issue on our side.

Could you please provide us with a small sample project reproducing this issue for investigation?

Thanks in advance.

  • You must to post comments
Showing 3 results

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies