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 Mindset, Today, 06:46 AM
    0 responses
    7 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, Yesterday, 05:21 PM
    0 responses
    11 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    13 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    81 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    46 views
    0 likes
    Last Post PaulMohn  
    Working...
    X