Search found 5 matches
- Thu Apr 01, 2010 12:31 pm
- Forum: .NET
- Topic: Issue Exporting Chart To Graphics
- Replies: 5
- Views: 5517
Re: Issue Exporting Chart To Graphics
Sandra, Thank you. You might have noticed that in my original code that I submitted I had this line commented out, I was trying to see if this would resolve the issue. Additionally, I had "this.tChart1.Panel.Transparent = false;" set in the constructor. Now the interesting part, when I set the "this...
- Wed Mar 31, 2010 2:09 pm
- Forum: .NET
- Topic: Issue Exporting Chart To Graphics
- Replies: 5
- Views: 5517
Re: Issue Exporting Chart To Graphics
Hello,
Thank you, attached is the project.
Mark
Thank you, attached is the project.
Mark
- Wed Mar 31, 2010 2:18 am
- Forum: .NET
- Topic: Issue Exporting Chart To Graphics
- Replies: 5
- Views: 5517
Issue Exporting Chart To Graphics
Hello, I am having an issue exporting a chart to a graphics file. Everything works as expected when the chart is on a form by itself, but when the chart is included in a tab control the chart panel always comes out black. I have a project to demonstrate, but it is too big to post; I would be happy t...
- Fri Jun 05, 2009 12:42 pm
- Forum: .NET
- Topic: Dynamically Adding Fastline Series?
- Replies: 3
- Views: 4792
Sandra, Thank you very much! I had figured that I was missing the proper (elegant) syntax for getting this accomplished, I was performing it the brute force method. Also, thank you for the exceptionally fast reply. THIS IS THE SECOND REASON WHY I LOVE THE STEEMA PRODUCTS! The first is that tChart is...
- Fri Jun 05, 2009 4:47 am
- Forum: .NET
- Topic: Dynamically Adding Fastline Series?
- Replies: 3
- Views: 4792
Dynamically Adding Fastline Series?
Hello, I am trying to dynamically add multiple fastline series to a chart. I have done this easily in the past using the active x component via "TChart1.AddSeries scFastLine". However, in the NET component it seems that one must construct a unique fastline class, then use that name to add to the cha...