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 kinfxhk, 07-13-2026, 10:18 AM
    0 responses
    24 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 09:50 AM
    0 responses
    14 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-13-2026, 07:21 AM
    0 responses
    20 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 07-11-2026, 02:11 AM
    0 responses
    19 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    135 views
    0 likes
    Last Post SalmaTrader  
    Working...
    X