Login Page - Create Account

Support Board


Date/Time: Sun, 28 Apr 2024 17:27:56 +0000



Post From: programmatically getting the currently selected drawing on the chart

[2018-04-02 17:55:47]
User735389 - Posts: 188
So this feature worked as described, thanks. The one problem I have is if the drawing was created from another chart, then I can't determine the lasted selected drawing between all the charts (which should always be my target drawing). A simple solution I can see is to add a 'selected timestamp' property to the drawings. That way I can iterate through all the drawings through all the charts and find the last selected drawing. Perhaps there's another way to iterate through the chart drawings to include all drawings shown on the chart (not just the drawings that were created from this chart)? Please advise, thanks.