I've been looking at the SampleWPFModifications file, and I love that the examples in the sample do not clutter up the actual chart with buttons:
Specifically regarding the button row under "use case #1" (the horizontal/top row drop-down menu and button):
I'd like that button row to attach itself directly to the panels of indicators it gets incorporated into, rather than attaching itself above all the panels as it currently does. In other words, if I add the button row's code to a particular indicator so I can make certain values of that indicator faster to change, I'd like the row to attach itself along the bottom (preferably) of that specific indicator's panel on the chart. Then, the button would always be directly next to the indicator it's manipulating, regardless of the order in which any indicators were added (especially helpful if planning to add buttons to several indicators/panels).
Does anyone know if it is even possible to attach that button row directly to its indicator's panel? If it is, any ideas on how to make it happen? I've tried tweaking some things that appear related to that goal, but all I manage to do is break the script.
Thanks muchly


... Ah, the nature of scripting. I just wish I could script my plotting indicator to call on the second (button) indicator (to auto-load the second indicator onto the chart), the same way it works with the "
Comment