Search found 57 matches

by Chris.CHWU
Wed Jun 11, 2008 9:47 am
Forum: .NET
Topic: Colors incorrect as adding data to bar series in random ...
Replies: 5
Views: 8051

Hi Narcis,

    I'm using TeeChart for .NET v3 2008/5/23 release version.
    Is this version as same as yours?
by Chris.CHWU
Wed Jun 11, 2008 3:24 am
Forum: .NET
Topic: Colors incorrect as adding data to bar series in random ...
Replies: 5
Views: 8051

Hi Narcis,

    I copied your code to build my program, but the result was the same.
    I set bars on location 0, 1 both System.Color.Red, but only bar on location 0 is Red and the other seems dark blue.

    If I add data in order, both bars on location 0, 1 are in red.
by Chris.CHWU
Tue Jun 10, 2008 10:20 am
Forum: .NET
Topic: Scroll with left mouse button
Replies: 3
Views: 6379

Hi,

How could I press Ctrl + right mousebutton(or any key) to scroll the chart?
by Chris.CHWU
Tue Jun 10, 2008 7:12 am
Forum: .NET
Topic: Colors incorrect as adding data to bar series in random ...
Replies: 5
Views: 8051

Colors incorrect as adding data to bar series in random ...

Greetings,    I found that if I add data to bar series in radom order, the color of bars would not be in my expectation.    Did I misuse the bar series? Would you please help to check this? Thanks. Private Sub mDrawBarInOrder(ByRef tchart As Steema.TeeChart.TChart) Dim bar As New Steema.TeeChart.Sty...
by Chris.CHWU
Fri Jun 06, 2008 10:04 am
Forum: .NET
Topic: Web Service with html image map
Replies: 3
Views: 6403

Dear sir

Could you please provide solution if possible, we are in a hurry to get this done.

Thanks.
by Chris.CHWU
Thu Jun 05, 2008 11:27 am
Forum: .NET
Topic: Web Service with html image map
Replies: 3
Views: 6403

Hi Chris.CHWU, Yes, you'll find some examples of this at the live ASP NET demo , specially at Interacting with Charts -> Drill Down and Interacting with Charts -> Mouseover Hints . You'll also find full ASP.NET demo project included with TeeChart's installation. Hope this helps! Hiya sir I apologie...
by Chris.CHWU
Thu Jun 05, 2008 10:21 am
Forum: .NET
Topic: Web Service with html image map
Replies: 3
Views: 6403

Web Service with html image map

Dear sir: I want to build a web service providing html which including image URL and image map, so the web service client user can write ajax reactions. I did build the web service and include the image URL no problem, but I can't find any TeeChart function which will generate the clickable area cod...
by Chris.CHWU
Fri May 23, 2008 6:48 am
Forum: .NET
Topic: Box position incorrect if bottom-axis inverted
Replies: 1
Views: 4310

Box position incorrect if bottom-axis inverted

Greetings, I tried to draw a box with bottom-axis inverted. But the position of the box seems incorrect. Would you please help to check this? Thanks! Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click mDrawBox(TChart1, False) mDrawBox(TChart2,...
by Chris.CHWU
Thu May 22, 2008 6:44 am
Forum: .NET
Topic: Draw concentric circles
Replies: 1
Views: 4180

Draw concentric circles

Hi there,

We want to make a concentric circles chart, so we are going to put bubbles sequentially by its size in the same position.
Those bubbles will show partially ,if they are near the margin of the TChart.
Any suggestions would be appreciated!

TeeChart version:3.5 .net version

Thanks
by Chris.CHWU
Wed May 07, 2008 11:14 am
Forum: .NET
Topic: How to build pure 64 bit application
Replies: 4
Views: 7030

Dear Narcis:

Thanks for your prompt feedback again.
I do appreciate it.

Chris Wu
by Chris.CHWU
Wed May 07, 2008 8:05 am
Forum: .NET
Topic: How to build pure 64 bit application
Replies: 4
Views: 7030

Dear Narcis: Thanks for your prompt response first. I would like to clarify it more clear again. MSDN says: "VS installed on either 32-bit or 64-bit OS can create 32-bit or 64-bit applications". 1. Does this mean I could build a 64-bit teeChart application in 32-bit OS? 2. Do I need to (and could I ...
by Chris.CHWU
Wed May 07, 2008 3:01 am
Forum: .NET
Topic: How to build pure 64 bit application
Replies: 4
Views: 7030

How to build pure 64 bit application

Dear Sir: My environment are: VS2005, teeChart .NET v3. As per MSDN, "32-bit specific applications built with version 2.0 of the .NET Framework would run under WOW64 on 64-bit platforms. " My question is: If I would like to build a pure 64 bit application to run on 64-bit platforms ( not under WOW64...