Search found 63 matches

by guilz2010
Tue Nov 22, 2011 10:48 am
Forum: ActiveX
Topic: P&F Chart- function Series.Clicked always returns -1
Replies: 5
Views: 10790

Re: P&F Chart- function Series.Clicked always returns -1

Hi Yeray Thanks for your reply I actually implemented you Code in a VB.Net application: Private Function ClickedPF(ByVal Chart As AxTeeChart.AxTChart, ByVal XPos As Integer, ByVal YPos As Integer, ByRef text As String) As Integer Dim tmpX, i, tmpCol, tmpColGroup As Integer Dim tmpDistance, tmpLow, t...
by guilz2010
Mon Nov 07, 2011 12:54 pm
Forum: ActiveX
Topic: Labels issue with 2 series
Replies: 8
Views: 13578

Re: Labels issue with 2 series

Hi, with Teechart v2011 we still have this bug bug_chart.jpg As you can see, we have 2 series (1 as fast line - Serie1, 1 as Gantt - Serie 2) the issue is that Gantt label are displayed on the bottom axis and we can't see the date labels of serie 1 We do not want to view Gantt labels on bottom axis ...
by guilz2010
Fri Nov 04, 2011 4:52 pm
Forum: ActiveX
Topic: Point and Figure Chart-bug with box size less then 0.6
Replies: 3
Views: 7529

Re: Point and Figure Chart-bug with box size less then 0.6

Hi Yeray thanks for your reply the application still freeze when i type 0,1 or 0,2 in the box size field because when i type 0, the chart tries to set the box size to 0 even before i complete my input to 0,2 so indeed, it should be fixed if min value is set to 0,1 for the box size in the next releas...
by guilz2010
Fri Nov 04, 2011 4:39 pm
Forum: ActiveX
Topic: P&F Chart- function Series.Clicked always returns -1
Replies: 5
Views: 10790

Re: P&F Chart- function Series.Clicked always returns -1

Hi Yeray
thanks for your reply
can you provide us an alternative to the Clicked function? is there another way to display point detail using mouse events?

thanks in advance
by guilz2010
Fri Nov 04, 2011 1:58 pm
Forum: ActiveX
Topic: P&F Chart- function Series.Clicked always returns -1
Replies: 5
Views: 10790

P&F Chart- function Series.Clicked always returns -1

Hi we are using Point and Figure Chart in our application when the mouse is over a point, we want to display the X and Y series values of that point we tryied to use the function AxTChart.Series(0).Clicked(e.x, e.y) in the AxTChart_OnMouseMove event which should return the index of the point under t...
by guilz2010
Fri Nov 04, 2011 1:37 pm
Forum: ActiveX
Topic: Point and Figure Chart-bug with box size less then 0.6
Replies: 3
Views: 7529

Point and Figure Chart-bug with box size less then 0.6

Hi We are using a point and figure chart in our application developed with vb.Net Once a chart is displayed, users should be able to change the box size and reversal amount, using the editing tool of the Chart the problem is if we choose a value less then 0.6, the application freezes and we have no ...
by guilz2010
Fri Sep 09, 2011 3:15 pm
Forum: ActiveX
Topic: Rectangle Tool Clicked - How to retrieve tool index
Replies: 2
Views: 6009

Re: Rectangle Tool Clicked - How to retrieve tool index

Thank you Narcis - Works fine for me :D

Regards,

Guilz
by guilz2010
Fri Sep 09, 2011 11:45 am
Forum: ActiveX
Topic: Rectangle Tool Clicked - How to retrieve tool index
Replies: 2
Views: 6009

Rectangle Tool Clicked - How to retrieve tool index

Hi !

In our application, users can create as many rectangles as they want. How could we know the tool index of the rectangle clicked throw the event AxTChart_OnRectangleToolClick?

Thank for your answer

Guilz
by guilz2010
Fri Sep 02, 2011 3:00 pm
Forum: ActiveX
Topic: Teechart v2010 next release date
Replies: 4
Views: 8506

Re: Teechart v2010 next release date

THANK YOU YERAY !!!!

I waiting for installation code from your sales team (because Installation still does not work with our proxy...I don't know why...)

As soon as I retrieve it I will try this new version :D

Regards,

Guilz
by guilz2010
Thu Sep 01, 2011 3:17 pm
Forum: ActiveX
Topic: Teechart v2010 next release date
Replies: 4
Views: 8506

Re: Teechart v2010 next release date

Hi Yeray,

Good news ! :D

Kind regards,

Guilz
by guilz2010
Wed Aug 31, 2011 11:46 am
Forum: ActiveX
Topic: Teechart v2010 next release date
Replies: 4
Views: 8506

Teechart v2010 next release date

Hi, In a previous post (the 5th of july) you said: Now you can see that all bugs you reported except for TA05015119 should be fixed in next TeeChart 2010 ActiveX maintenance release due out before the end of July The current date is the 31th of august and the last v2010 version is still v2010.0.0.3 ...
by guilz2010
Wed Aug 24, 2011 11:19 am
Forum: ActiveX
Topic: Retrieve position of left axis
Replies: 2
Views: 6190

Re: Retrieve position of left axis

Thank you Yeray - I was not aware that property TChart1.Axis.Left.Position could be read only after AxTChart_OnAfterDraw event

Guilz
by guilz2010
Tue Aug 23, 2011 1:55 pm
Forum: ActiveX
Topic: Retrieve position of left axis
Replies: 2
Views: 6190

Retrieve position of left axis

Hi,
position.jpg
position.jpg (50.63 KiB) Viewed 6368 times
I would like to get the distance D (see my example) on a chart ?- How can I retrieve it ? D distance can change if numbers on left axis have more numbers !

Thanks for your help :wink:

Guilz
by guilz2010
Wed Jul 13, 2011 9:19 am
Forum: ActiveX
Topic: Display Tooltip on specific chart point
Replies: 3
Views: 7682

Re: Display Tooltip on specific chart point

Thank you Yeray, I will try it :D

Regards,

Guilz
by guilz2010
Wed Jul 13, 2011 8:20 am
Forum: ActiveX
Topic: Display Tooltip on specific chart point
Replies: 3
Views: 7682

Re: Display Tooltip on specific chart point

The Rectangle Tool - MouseOverHints Demo is a good answer to my need but I don't want users could change the rectangle size...Is it possible to block this ?
Tooltips2.jpg
Tooltips2.jpg (55.37 KiB) Viewed 8022 times