Search found 20 matches

by tomking
Thu Jun 23, 2011 1:19 am
Forum: .NET
Topic: Disable right mouse for cursor tool moving
Replies: 4
Views: 7146

Re: Disable right mouse for cursor tool moving

Hello Sandra, Actually, It has worked well since applied your first code. The problem is that I assigned a context menu into the Tchat control. So when I do right mouse click and do mouse up, the cursor will still follow the mouse. So I rejected the context menu and display it in manual way. I have ...
by tomking
Wed Jun 22, 2011 6:36 am
Forum: .NET
Topic: Disable right mouse for cursor tool moving
Replies: 4
Views: 7146

Re: Disable right mouse for cursor tool moving

Dear Sandra, Thank for your replying. It work if we do right mouse down and keep pressed mouse. But it does not work as my request. When I do mouse down click by right mouse button on the cursor tool and then do mouse up. The cursor tool follows the mouse until the we do left mouse click. I don't wa...
by tomking
Tue Jun 21, 2011 10:28 am
Forum: .NET
Topic: Disable right mouse for cursor tool moving
Replies: 4
Views: 7146

Disable right mouse for cursor tool moving

Dear Support Team,
I have a vertical cursor in chart, and I only want to move the cursor tool by pressed left mouse. I don't want to move the cursor by pressed right mouse.
Could you please help me to solve this issue?
Now we can move the cursor by both pressed left and right mouse.
Thank you!
by tomking
Tue May 31, 2011 2:07 am
Forum: .NET
Topic: 3D display with fill line
Replies: 1
Views: 3885

3D display with fill line

Dear Support Team,
I am making a chart with some display mode like: 2D, 3D, Line, Line&Point, LineFill.
When I display my chart in 3D+Linefill, It does not seem to look good.
Please see these pictures and give me some comments.
Thanks

3D + Line = Normal
3D + LineFill = Issue
by tomking
Wed Apr 20, 2011 11:30 am
Forum: .NET
Topic: Increment issue.
Replies: 5
Views: 9984

Re: Increment issue.

Hi Anton,
I have solved this problem by custom labels.
Thank you very much!
by tomking
Wed Apr 20, 2011 12:30 am
Forum: .NET
Topic: Increment issue.
Replies: 5
Views: 9984

Re: Increment issue.

Hi Sandra, Thanks for your reply! I just want to display only 2 labels at MIN and MAX position. That 's why I set: this.tChart2.Axes.Left.Increment = this.tChart2.Axes.Left.Maximum - this.tChart2.Axes.Left.Minimum; If I set this.tChart2.Axes.Left.Increment = 100 ; It will display 3 labels that don't...
by tomking
Tue Apr 19, 2011 6:31 am
Forum: .NET
Topic: Increment issue.
Replies: 5
Views: 9984

Increment issue.

Dear Support team, I have a question about Teechart Increment. I just want to display 2 labels at Min and Max. So I code as below: //Line 1 for (int i = 0; i < 300; i++ ) { this.line1.Add(i % 100); } this.tChart1.Axes.Bottom.Visible = true; this.tChart1.Axes.Left.Visible = true; this.tChart1.Axes.Le...
by tomking
Tue Nov 03, 2009 1:19 am
Forum: .NET
Topic: Set label of First Point & End Point when Zoom In
Replies: 3
Views: 5511

Re: Set label of First Point & End Point when Zoom In

Here is sample.
I just want like this: when I zoom in (+) the first point 's label and the last point 's label must be displayed.
Thanks
Image
by tomking
Mon Nov 02, 2009 6:21 am
Forum: .NET
Topic: Set label of First Point & End Point when Zoom In
Replies: 3
Views: 5511

Set label of First Point & End Point when Zoom In

Hi TeeChart Team! I am using teechart .net to draw my chart. And I have a problem about zoom technical. Could you help me? - Original chart I have 601 points and I set Increment for bottom axes is 120. - After I zoomed in, I set bottom increment is 1. But I beginning time and end time are not matche...
by tomking
Tue Sep 29, 2009 2:55 am
Forum: ActiveX
Topic: TeeChart ActiveX for Excel Add-in programming using C#
Replies: 5
Views: 8841

Re: TeeChart ActiveX for Excel Add-in programming using C#

Hello Narcís Calvet, I did check the MS Word samples, and all ran well. That means TeeChart ActiveX was registered successfully! I checked Macro/VBA security levels of Excel (2003 or 2007) to the lowest and ran samples on 3 machines (Vista, Win 7, XP), in which TeeChart AX eval was installed. All te...
by tomking
Sun Sep 27, 2009 3:55 pm
Forum: ActiveX
Topic: TeeChart ActiveX for Excel Add-in programming using C#
Replies: 5
Views: 8841

Re: TeeChart ActiveX for Excel Add-in programming using C#

Thanks for your fast response! Unfortunately, the Excel samples all show this dialog box: Title=Microsoft Visual basic, message=Module not found! It seems to be understood that the excel files containing TeeChart object and do not have VBA modules. I checked in VBE and nothing found! I also checked ...
by tomking
Fri Sep 25, 2009 9:27 am
Forum: ActiveX
Topic: TeeChart ActiveX for Excel Add-in programming using C#
Replies: 5
Views: 8841

TeeChart ActiveX for Excel Add-in programming using C#

My purpose of using TeeChart ActiveX is drawing a trend on a worksheet in order to get and show real-time data from a data source. Users can use TeeChart object like Microsoft Chart. However, I just want to develop Excel Add-in module using TeeChart both in run-time mode and in user design mode. I h...
by tomking
Mon Jul 27, 2009 9:44 am
Forum: ActiveX
Topic: Zooming problem with multiple Y axis
Replies: 13
Views: 20870

Re: Zooming problem with multiple Y axis

Hi Yeray!
I use C#.net 2008 and Teehchart for .NET v3.
Could you give the code in this environment.
Thanks
by tomking
Sat Jul 25, 2009 7:44 am
Forum: ActiveX
Topic: Zooming problem with multiple Y axis
Replies: 13
Views: 20870

Re: Zooming problem with multiple Y axis

Hi Yeray!
Could you show me how to create multiple Y-axis like this image.
Thanks
by tomking
Fri Jul 17, 2009 11:58 am
Forum: ActiveX
Topic: Zooming problem with multiple Y axis
Replies: 13
Views: 20870

Re: Zooming problem with multiple Y axis

Hi Yeray!
Can you give that code in C#!
thanks