Search found 21 matches
- Fri Nov 14, 2008 8:57 am
- Forum: .NET
- Topic: Deploy TeeChart from VisualStudio 2008 for Framework 2.0
- Replies: 9
- Views: 11535
Deploy TeeChart from VisualStudio 2008 for Framework 2.0
Hi Narcis, We have tried the TeeChart Lite version. But the design from the TeeChart is changed. Here for we need to change our design to use the Lite TeeChart. We also do not suspect support for the Lite version in the future. For those reasons we want to use version 3.5 for Dot NET 2.0 on linux. O...
- Thu Nov 13, 2008 11:06 am
- Forum: .NET
- Topic: Deploy TeeChart from VisualStudio 2008 for Framework 2.0
- Replies: 9
- Views: 11535
TeeChart Dot NET version on Linux with Mono
Hi, We are try to run our Dot NET application on a Linux machine with Mono. The installation is OpenSuse 11.0 with Mono 2.0.1. Our application make use of the 2.0 Dot NET platform and the TeeChart 3.5.3146.24805. The questions are: - What TeeChart version do we need to use. - How to register the Tee...
- Wed Oct 22, 2008 8:27 am
- Forum: .NET
- Topic: TeeChart Compact resizing
- Replies: 3
- Views: 4730
- Wed Oct 22, 2008 7:02 am
- Forum: .NET
- Topic: TeeChart Compact resizing
- Replies: 3
- Views: 4730
TeeChart Compact resizing
Hi, I was just experimenting with TeeChart Compact and i noticed that if i placed a TChart object on a Form and i set its Dock property to Fill, the chart would not resize properly. In Visual Studio i chose to build my program for .Net 2.0, not .Net 2.0 Compact specificly.Maybe that's what i'm doing...
- Tue Oct 21, 2008 9:58 am
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
- Fri Oct 17, 2008 9:57 am
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
Hello, Our project is coming to an end, but this problem still exists in the latest release of TeeChart for .Net (we use version 3.5.3188.18561). Can you tell us when this problem will be fixed and when the next release will be? If you need more information on this issue or need code samples/screens...
- Tue Sep 23, 2008 10:12 am
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
- Mon Sep 22, 2008 1:29 pm
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
Hi, The Area series has a property 'LinePen', which behaves strangely when i turn on the Stairs property. In the code below, there is a commented lne in DrawShortLines(): //area.Stairs = true; If you run the application like this, you'll see a red area in the chart with a plum colored line on the ed...
- Fri Aug 29, 2008 8:15 am
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
There could still be a problem, to which i found the workaround. I suspect setting the Area's Stairs property to true suddenly turns on the AreaLines' visibility. Is that possible? If i'm not making much sense, try using the latest code for DrawLines() in these posts. Comment out this line: area.Are...
- Fri Aug 29, 2008 7:06 am
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
oh dear...
Hi, I believe i have found the solution for my problem. Though i am still not sure of Area.AreaLines' behaviour, this is what i did with DrawLines(): private void DrawLines() { Steema.TeeChart.Styles.Area area = new Steema.TeeChart.Styles.Area(myChart.Chart); area.UseOrigin = true; area.Origin = 10;...
- Fri Aug 29, 2008 6:40 am
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
Hello again, I have uploaded "TeeChartAreaProblem_2.rar" My goal in this application is to get the area series not transparent at all. I want the Area to be solid as when i zoom in really close. In DrawLines() change this line: area.Add(450, 35, Color.Transparent); to: area.Add(450, 35, lineColor); ...
- Thu Aug 28, 2008 1:53 pm
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
- Thu Aug 28, 2008 11:37 am
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
Hi Narcís, Unfortunately, i am still experiencing the same problem. I have tried using these versions of the TeeChart.dll file: 3.5.3146.24806 3.5.3146.24805 (It is important for me that the application I am developing runs in .Net 2.0. That’s why I’ve tried using the two different versions of TeeCh...
- Thu Aug 28, 2008 8:42 am
- Forum: .NET
- Topic: Areas transparency
- Replies: 17
- Views: 18704
Areas transparency
Hi, I have an application in which the Area Series is behaving strangely. I've spent some time to analyse this strange behavior. You can use the source code below in a standard Windows Forms Application project in Visual Studio 2008. If you run this code, you will see the problem right away. The are...
- Mon Aug 25, 2008 1:17 pm
- Forum: .NET
- Topic: Deploy TeeChart from VisualStudio 2008 for Framework 2.0
- Replies: 9
- Views: 11535
How to use VS2005 assembly in VS2008
How to integrate the Teechart for Visual Studio 2005 in Visual Studio 2008.
Visual Studio 2008 complains about the 'licenses.licx' file. The license code is invalid.
Can someone tell me how to do the integration?
Thanks
Visual Studio 2008 complains about the 'licenses.licx' file. The license code is invalid.
Can someone tell me how to do the integration?
Thanks