Hi,
I have several series scFastLine, without marks and I have legend enabled. The rest is the same as your code. I am using TeeChart Pro ActiveX version 7.0.
I will make some research on this and will try latest version and feedback you as soon as posible.
Thanks,
Alex
Search found 9 matches
- Fri Aug 31, 2012 6:32 am
- Forum: ActiveX
- Topic: GetFirstValueIndex method returns wrong index
- Replies: 2
- Views: 6460
- Thu Aug 30, 2012 12:01 pm
- Forum: ActiveX
- Topic: GetFirstValueIndex method returns wrong index
- Replies: 2
- Views: 6460
GetFirstValueIndex method returns wrong index
Hi all, I use GetFirstValueIndex method at my code but it seems to return wrong indexes. Documentation says: This function / property returns the ValueIndex of the First point in the Series that has an X value which is between the Horizontal Axis Maximum and Minimum values. When no Zoom is applied t...
- Thu Jul 05, 2012 11:37 am
- Forum: ActiveX
- Topic: Smart labels
- Replies: 8
- Views: 14502
Re: Smart labels
Hi, I am using TeeChart Pro ActiveX 7.0. After all I decided not to use OnGetAxisNextLabel and try with a different approach that finally became successfull. We have in mind to update to the newest version of TeeChart but at this moment is not a priority for us. When I update I will send feedback to...
- Mon Jun 25, 2012 1:48 pm
- Forum: ActiveX
- Topic: Get Y value using X date-time value
- Replies: 2
- Views: 6406
Re: Get Y value using X date-time value
After some tests I think TeeChart API performs an interpolation using pixels values and axis values, and that return value is not related to the data series. Obtain the index related to a given data serie is something easy to achieve using a binary search over data stored in the serie and is quick a...
- Mon Jun 25, 2012 1:34 pm
- Forum: ActiveX
- Topic: Smart labels
- Replies: 8
- Views: 14502
Re: Smart labels
Hi, I´m trying to use OnGetNextAxisLabel event to decide which axis labels should be displayed. My software is written in Visual C++ and I have registered the event correctly because I receive the event. The problem is that only is received for labels on left axis. I never receive anything for the b...
- Fri Jun 22, 2012 3:18 pm
- Forum: ActiveX
- Topic: Get Y value using X date-time value
- Replies: 2
- Views: 6406
Get Y value using X date-time value
Hi all,
I would like to obtain Y value using a X date-time value.
Does exist in TeeChart API a method to do this?
Best regards,
Alex
I would like to obtain Y value using a X date-time value.
Does exist in TeeChart API a method to do this?
Best regards,
Alex
- Thu Jun 21, 2012 12:10 pm
- Forum: ActiveX
- Topic: Smart labels
- Replies: 8
- Views: 14502
Re: Smart labels
Thank for your replies, they are very usefull, I am going to study all the possibilities to find out the better way to achieve the goal.
Best regards and thanks again,
Alex
Best regards and thanks again,
Alex
- Mon Jun 18, 2012 3:33 pm
- Forum: ActiveX
- Topic: Smart labels
- Replies: 8
- Views: 14502
Re: Smart labels
I will try in English... Hi all, I am newbie. In our software we have several series with increasing values in X axis (0,1,2,3,4...). As labels we use date-time info. We cannot use date-time values in X axis because several values for the same date are possible. I would like to have an smarter behav...
- Mon Jun 18, 2012 9:22 am
- Forum: ActiveX
- Topic: Smart labels
- Replies: 8
- Views: 14502
Smart labels
Buenos días, tengo poca experiencia con TeeChart y no estoy seguro de como implementar una funcionalidad que necesitamos. Tenemos varias series cuyos valores en el eje X son índices crecientes que reflejan la posición del dato en la serie (0,1,2,3,4...). Como etiqueta se muestra la fecha asociada al...