Serialize Chart
Posted: Tue Jul 09, 2019 5:17 am
I'm unable to serialize the chart template. I get the below error.
Stream stream = new MemoryStream();
...Chart.Export.Template.Serialize(stream);
"Type 'Steema.TeeChart.WPF.Drawing.Graphics3DWPF' in Assembly 'TeeChart.WPF, Version=4.2019.5.15, Culture=neutral, ... is not marked as serializable."
Stream stream = new MemoryStream();
...Chart.Export.Template.Serialize(stream);
"Type 'Steema.TeeChart.WPF.Drawing.Graphics3DWPF' in Assembly 'TeeChart.WPF, Version=4.2019.5.15, Culture=neutral, ... is not marked as serializable."