Search found 3 matches

by Des
Tue Jul 09, 2019 5:17 am
Forum: .NET
Topic: Serialize Chart
Replies: 1
Views: 8442

Serialize Chart

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."
by Des
Thu Jun 20, 2019 3:33 pm
Forum: .NET
Topic: Align Y axis grid lines
Replies: 2
Views: 10785

Re: Align Y axis grid lines

Thanks Marc, that worked for me.
by Des
Thu Jun 20, 2019 8:51 am
Forum: .NET
Topic: Align Y axis grid lines
Replies: 2
Views: 10785

Align Y axis grid lines

For a WPF chart (2D line chart with multiple series), how do you make it so the grid lines are the same (aligned) for the left and right axis with 2 variables - say pressure on left axis and elevation on right axis?