Search found 57 matches
- Tue Apr 20, 2010 11:40 am
- Forum: Beta versions
- Topic: Where could I find latest WPF version for evaluation
- Replies: 1
- Views: 39833
Where could I find latest WPF version for evaluation
Hello Sir: We are now seriously considering to change our implementation from WinForm to WPF. I need your support in 1. Telling me where could I find latest WPF version teeChart for evaluation. The latest version I could find in your website is TeeChartNET2009VSNET2005WPFEval.exe (February 19, 2010,...
- Tue Dec 29, 2009 11:47 am
- Forum: .NET
- Topic: Box series Clicked method not working in ver 3
- Replies: 3
- Views: 8344
Re: Box series Clicked method not working in ver 3
Hello Yeray:
Thanks a lot.
May I have trial version of v4 that with the two bugs fixed? I would like to make sure the v3 we are waiting does help us in eliminating our issue.
Thanks again.
Chris Wu
Thanks a lot.
May I have trial version of v4 that with the two bugs fixed? I would like to make sure the v3 we are waiting does help us in eliminating our issue.
Thanks again.
Chris Wu
- Mon Dec 28, 2009 10:46 am
- Forum: .NET
- Topic: Fail to get correct value with IEndPos and IstartPos
- Replies: 1
- Views: 5902
Fail to get correct value with IEndPos and IstartPos
Hello: We are using Build 3.5.3498.27376. 01.jpg The above image is a snapshot of memory in VS2005. You could find that _tchart.Width is 967, and Chart.Axes.Bottom.IstartPos and Chart.Axes.Bottom.IendPos are 0. But if we click on _tchart to trace into the object, we could find that inside the object...
- Mon Dec 28, 2009 10:21 am
- Forum: .NET
- Topic: Bottom.Labels.Angle could not diretly reflect in chart
- Replies: 1
- Views: 6288
Bottom.Labels.Angle could not diretly reflect in chart
Hello: We are using Build 3.5.3498.27376. We use the following code to adjust label angle of bottom axis. Private Sub TChart_BeforeDrawSeries(ByVal sender As System.Object, ByVal g As Steema.TeeChart.Drawing.Graphics3D) Dim tchart As Steema.TeeChart.Chart = g.Chart Dim iWidth As Integer = Math.Abs((...
- Mon Dec 28, 2009 8:44 am
- Forum: .NET
- Topic: Box series Clicked method not working in ver 3
- Replies: 3
- Views: 8344
Box series Clicked method not working in ver 3
Hello Sir: I found that you fixed two defects in Build 4.0.2009.42283. They are [TF02014174] && [TF02014239]: Box series Clicked method not working when multiple Box series are in the Chart. We are using Build 3.5.3498.27376 now. May I know will you and when could I have the two bugs fixed in ver 3?...
- Tue Sep 22, 2009 2:55 am
- Forum: .NET
- Topic: Encounter chart title alignm issue after upgrade
- Replies: 5
- Views: 11036
Re: Encounter chart title alignm issue after upgrade
Hello: I also encountered another issue after I upgraded to this new version. I posted it as: http://www.teechart.net/support/viewtopic.php?f=4&t=10293&p=42916#p42916 We do need your support to fix these issues in new version soon since the new one fixes some known bugs in the old version. Thanks ag...
- Tue Sep 22, 2009 2:49 am
- Forum: .NET
- Topic: Encounter bar and legend mismatch issue after upgrade
- Replies: 2
- Views: 7189
Encounter bar and legend mismatch issue after upgrade
Hello: Here is another issue I encountered after I upgraded to new version teeChart: 3.5.3498.27367 In new version: 3.5.3498.27367, the bar and legend have mismatch issue in bar chart I draw. You could see that in the below image. The red is bar1 in chart, but it is shown as bar3 in chart legend. Th...
- Mon Sep 21, 2009 3:33 am
- Forum: .NET
- Topic: TeeChart.dll loading always causes apps to hang for 30 secs
- Replies: 24
- Views: 38026
Re: TeeChart.dll loading always causes apps to hang for 30 secs
Hello: I tested your new DLL in our servers. There is no hang issue any more. The application smoothly shows the teeChart in screen under 1 second. Could you explain what's the difference between digital-digned and not digital-signed? And why it has the impacts in performance. Thanks again. Chris Wu
- Fri Sep 18, 2009 1:31 am
- Forum: .NET
- Topic: Encounter chart title alignm issue after upgrade
- Replies: 5
- Views: 11036
Re: Encounter chart title alignm issue after upgrade
Hello:
The original version is: 3.5.3065.19161
The new version is: 3.5.3498.27367
Please help, thanks.
Chris
The original version is: 3.5.3065.19161
The new version is: 3.5.3498.27367
Please help, thanks.
Chris
- Thu Sep 17, 2009 10:23 am
- Forum: .NET
- Topic: Encounter chart title alignm issue after upgrade
- Replies: 5
- Views: 11036
Encounter chart title alignm issue after upgrade
Hello: I just upgraded our teeChart to TeeChart for .NET 3.5.3498.27366 to fix some reported bugs/issues. I found that the chart title alignment is not the same as my expectation in the new version. This is the original chart title, it aligns center. old_teechart.jpg The other is the chart draw with...
- Thu Sep 17, 2009 10:11 am
- Forum: .NET
- Topic: TeeChart.dll loading always causes apps to hang for 30 secs
- Replies: 24
- Views: 38026
Re: TeeChart.dll loading always causes apps to hang for 30 secs
Hello: Thanks first. I tried the program you mentioned in our server again. It took 40 seconds to see the teeChart in the screen. I upgraded the .NET framework to 2.0SP1, it took 15 seconds to see the teeChart. But, if I login to a network domain inside our company, the time it takes to show the tee...
- Mon Sep 14, 2009 12:16 am
- Forum: .NET
- Topic: TeeChart.dll loading always causes apps to hang for 30 secs
- Replies: 24
- Views: 38026
Re: TeeChart.dll loading always causes apps to hang for 30 secs
Dear Sirs, I also encounters a similar problem. My .exe hangs for 40~50 seconds when it runs to the following code. Dim mTeeChart as new Steema.TeeChart.TChart(me) Here is specification of my server: Win2k Server sp4, .Net Framwork 2.0, VS2005 not installed TeeChart Version : TeeChart for .NET 3.5.3...
- Tue Aug 04, 2009 1:41 am
- Forum: .NET
- Topic: Selection of bar from bar chart
- Replies: 6
- Views: 12645
Re: Selection of bar from bar chart
I try the example is ok, thanks! I still have some problems. 1. How to cancel the series click color? if i don't want highlight the bar. 2. I want to select certain bar by draging a rectangle region, and highlight the bar. (after selection).Then i could set the bar color. I tried MouseDown and Mouse...
- Mon Aug 03, 2009 11:44 am
- Forum: .NET
- Topic: Selection of bar from bar chart
- Replies: 6
- Views: 12645
Re: Selection of bar from bar chart
Thanks your advise!! But i have a problem about event~ I am trying mouse up and mouse down event to handle the bar chart selection, but i can'tchange the bar color (only bar styles). How can i modify it that changebar color ?! Dim bar As Steema.TeeChart.Styles.Bar = Nothing If TypeOf series Is Steem...
- Thu Jul 30, 2009 7:12 am
- Forum: .NET
- Topic: Selection of bar from bar chart
- Replies: 6
- Views: 12645
Selection of bar from bar chart
Greetings, I'm trying to figure out how to provide the following feature to my users. I have a bar chart which have some series, and I want to highlight selected bar after selection(by mouse click). But the problem is that for some series (bar), I don't know how to selected correct ? How can I achie...