Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Cant move vertical line when equidistant bar spacing is off

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cant move vertical line when equidistant bar spacing is off

    Hi,

    If I programatically draw a vertical line and unlock it, i can then move it around the chart manually and have my indicator read its location. If however i turn Equidistant bar spacing off, the line can no longer be moved. The properties of the line still show unlocked. Manually drawn vertical lines dont have this problem.

    Code:
    			if (CurrentBar < Count-2) return;
    			
    			if (FirstRun)
    			{
    				myLine = Draw.VerticalLine(this,"TheLine",10,Brushes.Black);//.IsLocked = false;
    				myLine.IsLocked = false;
    				FirstRun = false;
    			}

    #2
    Hello,

    Thank you for the post.

    I wanted to post a quick video showing the steps I had used, I was unable to see this on my end so potentially I did not have the full instructions to re produce.

    If these are the steps you are using, it would appear this has been corrected in the current internal build, if you are using the most recent beta b9 and still see this, it could be something that has already been corrected now.

    Can you tell me if the steps in the video are the same, if not can you detail the exact process you are taking?

    World's leading screen capture + recorder from Snagit + Screencast by Techsmith. Capture, edit and share professional-quality content seamlessly.


    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    657 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    373 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    109 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    574 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    579 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X