Login Page - Create Account

Support Board


Date/Time: Sat, 27 Jul 2024 05:24:07 +0000



[Programming Help] - delete - sc.AddAndManageSingleTextUserDrawnDrawingForStudy

View Count: 122

[2024-05-23 18:24:04]
User92573 - Posts: 508
Dear Support

I'm using
sc.AddAndManageSingleTextUserDrawnDrawingForStudy //but I can't seem to delete it as I'm not sure of it's number and unlike other tools I'm not setting and remembering it.

I've added:
sc.DeleteUserDrawnACSDrawing(sc.ChartNumber, r_DrawingTextLineNumber); //but where is r_DrawingTextLineNumber being set?


Here is the tools code:
sc.AddAndManageSingleTextUserDrawnDrawingForStudy
(sc
  , 0
  , Input_HorizontalPosition.GetInt()
  , Input_VerticalPosition.GetInt()
  , Subgraph_TextDisplay
  , TransparentLabelBackground
  , ValueText
  , DrawAboveMainPriceGraph
  , 0
  , UseBoldFont);    


Any help appreciated.

Many thanks.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account