Search found 4 matches

by mjwilliamson
Mon Feb 07, 2005 7:53 pm
Forum: ActiveX
Topic: AnnotationTool - TeeRect
Replies: 1
Views: 3875

AnnotationTool - TeeRect

Hi

I want to check if the mouse position is inside an annotation
on the chart when the user clicks on the left mouse button.

I need to get the rect of the annotation but in VC++ I cannot
find a Class/Method to retrieve this information.

Can anyone help.

Thanks
Mark
by mjwilliamson
Fri Feb 04, 2005 12:39 pm
Forum: ActiveX
Topic: Changing series type at runtime
Replies: 1
Views: 3834

Changing series type at runtime

Hi

I want to change the type of a series at run time with code
not the the editor. Is this possible, can you point me
in the right direction?

Thanks
Mark
by mjwilliamson
Tue Jan 18, 2005 11:10 am
Forum: ActiveX
Topic: Series Tagging
Replies: 3
Views: 5169

Hi, Thanks for the reply.

As I mentioned the series title can change (although you can prevent
the user from changing title, I would like to retain the functionality). Also this would force the user to have fixed series names.
by mjwilliamson
Mon Jan 17, 2005 12:55 pm
Forum: ActiveX
Topic: Series Tagging
Replies: 3
Views: 5169

Series Tagging

Hi I am trying to find a way of tagging a numeric value to a series without adding a new point value. The reason is that for every series I have I need to know how long it took to get the statistics, so would like to associate a value with each series. The problem is that the series names and z-orde...