Search found 2 matches

by jkath
Wed Aug 10, 2016 11:49 pm
Forum: .NET
Topic: License for TeeChart .NET v2016_4.1.2016.05120
Replies: 1
Views: 6298

License for TeeChart .NET v2016_4.1.2016.05120

I have a .NET webapi which builds custom charts via the teechart class as in TChart chart = new TChart(); In fact, all is working fine. Charts are produced with no demo watermark. Licensing seems to be fine. I have run across licensing documentation with the following instructions (see below): Whene...
by jkath
Wed Aug 10, 2016 11:32 pm
Forum: .NET
Topic: TeeChart Export PDF format
Replies: 1
Views: 6289

TeeChart Export PDF format

When I attempt to export teechart as PDF issues are arising. Using The latest version of TeeChartNET2016_4.1.2016.05120 Here is what my code looks like on the backend c-sharp: Steema.TeeChart.Export.PDFFormat pdfFormat = chart.Export.Image.PDF; pdfFormat.Width = chartWidth; pdfFormat.Height = chartH...