Search found 2 matches

by kp_digi
Tue Dec 23, 2014 2:33 pm
Forum: .NET
Topic: ex.Message = "Parameter '' cannot be null.\r\nParameter name
Replies: 1
Views: 4425

ex.Message = "Parameter '' cannot be null.\r\nParameter name

Hello, I get this message: ex.Message = "Parameter '' cannot be null.\r\nParameter name: serializationStream" When the following code executes: Steema.TeeChart.Themes.ClassicTheme chartTheme2 = new Steema.TeeChart.Themes.ClassicTheme(); try { chartTheme2.Apply(c.Chart); } catch(Exception ex) { Conso...
by kp_digi
Tue Mar 25, 2014 5:22 pm
Forum: .NET
Topic: multichart to 1 page pdf export?
Replies: 6
Views: 14775

multichart to 1 page pdf export?

Hello,

I'm new to using TeeChart so please excuse me if this is an obvious question. I would like to export 3 line charts all to a single page .pdf. I'm able to export 3 charts to 3 separate pages withing the .pdf file but how can I get all 3 charts to display on a single page?