Search found 2 matches
- Tue Dec 23, 2014 2:33 pm
- Forum: .NET
- Topic: ex.Message = "Parameter '' cannot be null.\r\nParameter name
- Replies: 1
- Views: 4570
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...
- Tue Mar 25, 2014 5:22 pm
- Forum: .NET
- Topic: multichart to 1 page pdf export?
- Replies: 6
- Views: 16138
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?
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?