Search found 63 matches
- Tue Nov 22, 2011 10:48 am
- Forum: ActiveX
- Topic: P&F Chart- function Series.Clicked always returns -1
- Replies: 5
- Views: 10992
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...
- Mon Nov 07, 2011 12:54 pm
- Forum: ActiveX
- Topic: Labels issue with 2 series
- Replies: 8
- Views: 13781
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 ...
- 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: 7669
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...
- Fri Nov 04, 2011 4:39 pm
- Forum: ActiveX
- Topic: P&F Chart- function Series.Clicked always returns -1
- Replies: 5
- Views: 10992
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
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
- Fri Nov 04, 2011 1:58 pm
- Forum: ActiveX
- Topic: P&F Chart- function Series.Clicked always returns -1
- Replies: 5
- Views: 10992
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...
- 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: 7669
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 ...
- Fri Sep 09, 2011 3:15 pm
- Forum: ActiveX
- Topic: Rectangle Tool Clicked - How to retrieve tool index
- Replies: 2
- Views: 6121
Re: Rectangle Tool Clicked - How to retrieve tool index
Thank you Narcis - Works fine for me
Regards,
Guilz
Regards,
Guilz
- Fri Sep 09, 2011 11:45 am
- Forum: ActiveX
- Topic: Rectangle Tool Clicked - How to retrieve tool index
- Replies: 2
- Views: 6121
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
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
- Fri Sep 02, 2011 3:00 pm
- Forum: ActiveX
- Topic: Teechart v2010 next release date
- Replies: 4
- Views: 8709
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
Regards,
Guilz
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
Regards,
Guilz
- Thu Sep 01, 2011 3:17 pm
- Forum: ActiveX
- Topic: Teechart v2010 next release date
- Replies: 4
- Views: 8709
Re: Teechart v2010 next release date
Hi Yeray,
Good news !
Kind regards,
Guilz
Good news !
Kind regards,
Guilz
- Wed Aug 31, 2011 11:46 am
- Forum: ActiveX
- Topic: Teechart v2010 next release date
- Replies: 4
- Views: 8709
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 ...
- Wed Aug 24, 2011 11:19 am
- Forum: ActiveX
- Topic: Retrieve position of left axis
- Replies: 2
- Views: 6295
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
Guilz
- Tue Aug 23, 2011 1:55 pm
- Forum: ActiveX
- Topic: Retrieve position of left axis
- Replies: 2
- Views: 6295
Retrieve position of left axis
Hi,
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
Guilz
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
Guilz
- Wed Jul 13, 2011 9:19 am
- Forum: ActiveX
- Topic: Display Tooltip on specific chart point
- Replies: 3
- Views: 7822
Re: Display Tooltip on specific chart point
Thank you Yeray, I will try it
Regards,
Guilz
Regards,
Guilz
- Wed Jul 13, 2011 8:20 am
- Forum: ActiveX
- Topic: Display Tooltip on specific chart point
- Replies: 3
- Views: 7822
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 ?