Let's call it ABC for the simplicity.
ABC tool (like any other DrawingTool) can have many instances on the same chart.
How can I check programmatically if the current instance is the latest one?
I need the ABC tool to perform some additional action if it is the only instance on the chart or latest instance drawn (so the previous ones will stop to perform this specific action).
How can I loop through all ABC tools drawn on the chart and decide if this is the latest one of its kind?
Thanks in advance.

Comment