We are using this build teechart .net pro
TeeChart.Net build 4.1.2015.08065
We have downloaded but have not installed this version: TeeChartNET2017_4.1.2017.10190.exe
Are these versions capable of producing PDF from TeeCharat?
Thank you
Search found 12 matches
- Tue Jul 24, 2018 4:12 pm
- Forum: .NET
- Topic: Tutorial for .Net creating PDF from Charg
- Replies: 12
- Views: 25089
- Mon Jul 23, 2018 3:07 pm
- Forum: .NET
- Topic: Tutorial for .Net creating PDF from Charg
- Replies: 12
- Views: 25089
Re: Tutorial for .Net creating PDF from Charg
It is not so important to include parts 2 and 3 which are something like a legend. We want to get part 1 which is the main chart in the PDF. We can go without the other two parts. Currently we are getting only one part and that is not the main chart. Thank you!
- Sat Jul 21, 2018 5:35 pm
- Forum: .NET
- Topic: Tutorial for .Net creating PDF from Charg
- Replies: 12
- Views: 25089
Re: Tutorial for .Net creating PDF from Charg
Here is a screen shot of the chart: https://www.dropbox.com/s/k3zeh4q3hs9jog1/3%20parts%20of%20chart.jpg?dl=0 I have labled the three parts. The big part is #1, the score/can't do/wont do is part 2, and below average--average, above avg, is part 3. When we use your code we only get part 2 the part m...
- Sat Jul 14, 2018 3:34 am
- Forum: .NET
- Topic: Tutorial for .Net creating PDF from Charg
- Replies: 12
- Views: 25089
Re: Tutorial for .Net creating PDF from Charg
Below is a link to a Word Document containing code for 2 graphs using TeeChart. Highlighted in yellow is what we are using to get the PDF. I hope this is what you need. If you need the entire code for the application, providing that would not be easy. I hope you can help, we would really like to use...
- Thu Jul 12, 2018 5:16 pm
- Forum: .NET
- Topic: Tutorial for .Net creating PDF from Charg
- Replies: 12
- Views: 25089
Re: Tutorial for .Net creating PDF from Charg
P.S. I just wanted to clarify we are using this for a web application and not a desktop.
- Thu Jul 12, 2018 4:41 pm
- Forum: .NET
- Topic: Tutorial for .Net creating PDF from Charg
- Replies: 12
- Views: 25089
Re: Tutorial for .Net creating PDF from Charg
Christopher Thank you very much for your detailed response. We were able to get the PDF to work; however, we are trying to capture a color teechart with a legend. The resulting PDF contains only one part of the legend. The legend has 2 parts and then there is the chart. Here is a link to a screen sh...
- Sun Jul 01, 2018 9:39 pm
- Forum: .NET
- Topic: Tutorial for .Net creating PDF from Charg
- Replies: 12
- Views: 25089
Tutorial for .Net creating PDF from Charg
For the .Net tutuorial we did not see mention of how to create PDF from the charts. The is an explanation for other areas platforms. Does anyone know where to find info on how to create PDF from TeeChart .Net? Thank you.
- Thu Mar 17, 2016 5:41 pm
- Forum: .NET
- Topic: Trial Version Works but not Licensed Version .NET 2015
- Replies: 1
- Views: 5930
Trial Version Works but not Licensed Version .NET 2015
We just upgraded to latest version: TeeChartNET2015_4.1.2015.12160.exe Trail version works but licensed version does not and shows the following error: Could not load file or assembly 'TeeChart' or one of its dependencies. An attempt was made to load a program with an incorrect format. We are using ...
- Tue Aug 09, 2005 3:55 am
- Forum: .NET
- Topic: licensing problem
- Replies: 3
- Views: 7353
licensing problem
we updated TeeChart to new version 1.1.1879.21176 and graphs don't work. [NullReferenceException: Object reference not set to an instance of an object.] Steema.TeeChart.FrAccessProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) +158 System.ComponentModel...
- Tue Jul 26, 2005 2:15 am
- Forum: .NET
- Topic: export chart in png format into Response.OutputStream
- Replies: 1
- Views: 4868
export chart in png format into Response.OutputStream
I have an asp.net application when i export WebChart image in jpeg format into response.OutputStream it works fine private void Button1_Click(object sender, System.EventArgs e) { webChart.Chart.Export.Image.JPEG.Save(System.Web.HttpContext.Current.Response.OutputStream); } but when i'm trying to exp...
- Fri Jul 02, 2004 4:23 am
- Forum: .NET
- Topic: Printing chart using TempChart=Session
- Replies: 3
- Views: 9221
The example code does not work for me. The code I had originally posted was that exact code with the line to close and remove the stream removed so that the stream would still be open and available when the browser print operation requested the stream again. With or without closing the stream, my se...
- Thu Jul 01, 2004 2:27 am
- Forum: .NET
- Topic: Printing chart using TempChart=Session
- Replies: 3
- Views: 9221
Printing chart using TempChart=Session
I have a WebChart which displays fine but fails to print. TempChart is set to Session, and my GetChart.aspx Page_Load is adapted from Tutorial 9 as follows: private void Page_Load(object sender, System.EventArgs e) { string chartName=Request.QueryString["Chart"]; if (Session[chartName]!=null) { Syst...