Search found 7 matches
- Wed Jun 29, 2011 5:31 pm
- Forum: .NET
- Topic: Object reference not set to an instance of an object
- Replies: 3
- Views: 4717
Re: Object reference not set to an instance of an object
Thanks for the prompt reply! I'm trying to follow the steps, but looking into the license.licx file I realized that the dll version (2.0.2306.26231) is different from the version described on the license.licx file generated by the tchart installation (2.0.2179.21171)... should it matter? is it suppo...
- Tue Jun 28, 2011 8:25 pm
- Forum: .NET
- Topic: Object reference not set to an instance of an object
- Replies: 3
- Views: 4717
Object reference not set to an instance of an object
Hi, We use tchart.Net 2.0.2306.26231 in our application On the development environment, where I have it installed, everything works fine. But when I deploy my application and open the form which contains the tchart component, I get the following error message: “Object reference not set to an instanc...
- Fri Dec 16, 2005 1:43 pm
- Forum: .NET
- Topic: When generating TChart.Metafile and it has black border
- Replies: 6
- Views: 7395
Print metafile image
Hi Narcís Calvet,
Thanks, but I need metafile image, because the quality is better.
Do you have any idea how I can print metafile image?
So Thanks,
Renata
Thanks, but I need metafile image, because the quality is better.
Do you have any idea how I can print metafile image?
So Thanks,
Renata
- Thu Dec 15, 2005 8:51 pm
- Forum: .NET
- Topic: When generating TChart.Metafile and it has black border
- Replies: 6
- Views: 7395
When generating TChart.Metafile and it has black border
Hello Narcís Calvet, The email that I sent you returned. The steps below will generate the tchart with the black border: 1 - I created the form; 2 - I put a panel in form; 3- I put the TeeChart in panel and dock it; 4 - In form load I put this code: private void Form1_Load(object sender, System.Even...
- Thu Dec 15, 2005 7:50 pm
- Forum: .NET
- Topic: When generating TChart.Metafile and it has black border
- Replies: 6
- Views: 7395
When generating TChart.Metafile and it has black border
Hello Narcís Calvet,
Thanks for your help.
I sent a email for support with the atachment that you asked me.
My TeeChart version is 2.
Thanks,
Renata
Thanks for your help.
I sent a email for support with the atachment that you asked me.
My TeeChart version is 2.
Thanks,
Renata
- Thu Dec 15, 2005 2:17 pm
- Forum: .NET
- Topic: When generating TChart.Metafile and it has black border
- Replies: 6
- Views: 7395
When generating TChart.Metafile and it has black border
Hello All,
When generating TChart metafile and save it. The image has the black border.
((TaoPlotView)this.Controls).tChart.Metafile.Save(stream,ImageFormat.Jpeg);
So Thanks,
Renata
When generating TChart metafile and save it. The image has the black border.
((TaoPlotView)this.Controls).tChart.Metafile.Save(stream,ImageFormat.Jpeg);
So Thanks,
Renata
- Thu Dec 15, 2005 2:01 pm
- Forum: .NET
- Topic: The second font export image are bigger than first image
- Replies: 1
- Views: 3408
The second font export image are bigger than first image
Hello All, I am exporting the images and the second, third... images have the font bigger than first image, otherwide, the tchat size is the same but the font and series, labels are bigger than first image. Anyone know about this? How can I resolve this? The cade is the below. so Thanks, Renata grap...