02-16-2017 03:48 AM
Hi
I'm a bit stuck with user interface modification.
I'd like to make it possible to manually move position of legend showed in a graph. Sort of right mouse click on legend, holding and dropping. It would be good enough to have the possible position within the graph.
Is this possible?
Thanks for any ideas.
Yves
Solved! Go to Solution.
02-16-2017 04:09 AM - edited 02-16-2017 04:10 AM
02-16-2017 04:20 AM
Hi Gerd
Thank you for your reply. I found the example "dynamic event generation" that shows me the way. But isn't possible to point the event "mouse down on legend" instead of the chart?
Best regards,
Yves
02-16-2017 04:27 AM
Hi Yves,
the legend is part of the chart indicator. You can only get events for the whole control/indicator…
(You might create your own plot legend using a (multicolumn) listbox or similar, then you get events for this "faked" legend - at the cost of additional programming overhead.)
01-12-2018 03:53 PM
I was just thinking of adding this to my graphs since, typical to my life, all the interesting data tends to wind up right under my legend and I don't want the legend sitting outside the graph plot area (Looks silly when exported).
Here's the concept I prototyped. This prototype doesn't do the fancy stuff: