Hi everyone!!
I have a batchtrend configured with an alias and I want to add a trace to this batchtrend when an user double-click it.
I want to do this, because I want to show a new alias in my batchtrend only when the user is in "fullscreen".
How I can do this using VBA?
I think that the function
"Private Sub BatchTrend1_BeforeDoubleClick(bCancelDefault As Boolean, ByVal lvarX As Long, ByVal lvarY As Long)"
could it be perfect to get the double click event.
Moreover, I want to change the color of the second pen, because otherwise I've seen that it keeps the same color of the first pen.
Could you help me?
Tommaso.