Search found 12 matches

by Joe
Tue Jul 24, 2018 4:12 pm
Forum: .NET
Topic: Tutorial for .Net creating PDF from Charg
Replies: 12
Views: 23752

Re: Tutorial for .Net creating PDF from Charg

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
by Joe
Mon Jul 23, 2018 3:07 pm
Forum: .NET
Topic: Tutorial for .Net creating PDF from Charg
Replies: 12
Views: 23752

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!
by Joe
Sat Jul 21, 2018 5:35 pm
Forum: .NET
Topic: Tutorial for .Net creating PDF from Charg
Replies: 12
Views: 23752

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...
by Joe
Sat Jul 14, 2018 3:34 am
Forum: .NET
Topic: Tutorial for .Net creating PDF from Charg
Replies: 12
Views: 23752

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...
by Joe
Thu Jul 12, 2018 5:16 pm
Forum: .NET
Topic: Tutorial for .Net creating PDF from Charg
Replies: 12
Views: 23752

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.
by Joe
Thu Jul 12, 2018 4:41 pm
Forum: .NET
Topic: Tutorial for .Net creating PDF from Charg
Replies: 12
Views: 23752

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...
by Joe
Sun Jul 01, 2018 9:39 pm
Forum: .NET
Topic: Tutorial for .Net creating PDF from Charg
Replies: 12
Views: 23752

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.
by Joe
Thu Mar 17, 2016 5:41 pm
Forum: .NET
Topic: Trial Version Works but not Licensed Version .NET 2015
Replies: 1
Views: 5695

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 ...
by Joe
Tue Aug 09, 2005 3:55 am
Forum: .NET
Topic: licensing problem
Replies: 3
Views: 7100

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...
by Joe
Tue Jul 26, 2005 2:15 am
Forum: .NET
Topic: export chart in png format into Response.OutputStream
Replies: 1
Views: 4724

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...
by Joe
Fri Jul 02, 2004 4:23 am
Forum: .NET
Topic: Printing chart using TempChart=Session
Replies: 3
Views: 8650

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...
by Joe
Thu Jul 01, 2004 2:27 am
Forum: .NET
Topic: Printing chart using TempChart=Session
Replies: 3
Views: 8650

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...