Search found 12 matches

by Lopes
Fri Feb 19, 2010 7:20 pm
Forum: ActiveX
Topic: TChart Ax 8.0.0.7 - Web enviroment and Gantt problems
Replies: 6
Views: 9262

Re: TChart Ax 8.0.0.7 - Web enviroment and Gantt problems

Did you try using with Gantt Series?

Thanks again!
by Lopes
Wed Feb 17, 2010 5:54 pm
Forum: ActiveX
Topic: TChart Ax 8.0.0.7 - Web enviroment and Gantt problems
Replies: 6
Views: 9262

Re: TChart Ax 8.0.0.7 - Web enviroment and Gantt problems

Thanks for your attention! I need some help again about the Cursor Tool for Gantt Series Type. I'm using this code on 'onload' event on my web page: .Tools.Add 0 .Tools.Items(0).Active = true .Tools.Items(0).asTeeCursor.FollowMouse = true .Tools.Items(0).asTeeCursor.Style = 1 .Tools.Items(0).asTeeCu...
by Lopes
Tue Jan 05, 2010 6:58 pm
Forum: ActiveX
Topic: TChart Ax 8.0.0.7 - Web enviroment and Gantt problems
Replies: 6
Views: 9262

Re: TChart Ax 8.0.0.7 - Web enviroment and Gantt problems

Does OnCursorToolChange and OnMouseMove functions works with Gantt series?

Thanks!
by Lopes
Tue Dec 29, 2009 12:51 pm
Forum: ActiveX
Topic: TChart Ax 8.0.0.7 - Web enviroment and Gantt problems
Replies: 6
Views: 9262

TChart Ax 8.0.0.7 - Web enviroment and Gantt problems

Hi there! I'm facing some problems with TChart Ax 8.0.0.7 on my web page. Some functions/properties doen't work like i expected. All this function/properties is called from VBscript on aspx web page. 1 - The function OnGetMarkText is called, but when i set a value for MarkText, it doesn't change on ...
by Lopes
Thu Jul 02, 2009 2:05 pm
Forum: ActiveX
Topic: Enable Point Style in Graph on Specific Point
Replies: 8
Views: 11171

Re: Enable Point Style in Graph on Specific Point

Alright PEP, the code worked (with no errors) But nothing happened.. example: i write a text in a Point: document.getElementById("axChart").Canvas.TextOut X, Y , "Text" I want to enable to enable the point style circle on this point with X and Y coordinates.. is possible? What means ValueIndex in th...
by Lopes
Mon Jun 22, 2009 3:26 pm
Forum: ActiveX
Topic: Enable Point Style in Graph on Specific Point
Replies: 8
Views: 11171

Re: Enable Point Style in Graph on Specific Point

vbscript!

regards,
by Lopes
Thu Jun 18, 2009 2:57 pm
Forum: ActiveX
Topic: Enable Point Style in Graph on Specific Point
Replies: 8
Views: 11171

Re: Enable Point Style in Graph on Specific Point

Strange.. I used other sub to test and return the same error. Without this code return no errors. Public Sub axChart_OnGetSeriesMark(ByVal SeriesIndex As Long, ByVal ValueIndex As Long, MarkText As String) MsgBox SeriesIndex End Sub And there is another example with a sub, this is working OK Private...
by Lopes
Thu Jun 18, 2009 2:16 pm
Forum: ActiveX
Topic: Enable Point Style in Graph on Specific Point
Replies: 8
Views: 11171

Re: Enable Point Style in Graph on Specific Point

Hi, when i insert this code i having this error: private sub axChart_OnGetSeriesPointerStyle(ByVal SeriesIndex As Long, ByVal ValueIndex As Long, AStyle As TeeChart.EPointerStyle) If ValueIndex = 5 Then AStyle = psRectangle Else AStyle = psNothing End If End Sub Error: Expected ')' Error: Object Exp...
by Lopes
Wed Jun 17, 2009 3:26 pm
Forum: ActiveX
Topic: Enable Point Style in Graph on Specific Point
Replies: 8
Views: 11171

Enable Point Style in Graph on Specific Point

Hello, I'm Working with Teechart and i need to do one thing. I'm working with marks to post comments on my Graph, when the user click in one point i enable a TextBox and write some values to the mark, this thing is working OK. But i want to enable a point style in that mark and not in the entire lin...
by Lopes
Wed May 14, 2008 2:34 pm
Forum: ActiveX
Topic: Using TChart Editor Panel at design time on VS.Net 2005
Replies: 3
Views: 5550

TChart Editor Panel at design time on VS.Net 2005

Ok, but i'm trying to use it on a WebForm not Windows Form. I can't find this option.

There is possible?

Thanks again!
by Lopes
Wed May 14, 2008 11:45 am
Forum: ActiveX
Topic: Using TChart Editor Panel at design time on VS.Net 2005
Replies: 3
Views: 5550

Using TChart Editor Panel at design time on VS.Net 2005

Is there possible to use TChart Editor Panel at design time on VS.Net 2005? How can i do this?

Thanks!
by Lopes
Tue Sep 18, 2007 7:54 pm
Forum: ActiveX
Topic: Change Background color
Replies: 1
Views: 4873

Change Background color

Hi Narcís,

I need change the background color, but I want put two colors.

example: My bottom axis is date time. Before 09/15/07 I want use white color and later 09/16/07 I want use red.

How Can I do this?

Thanks.
Igor