I have the same question, I already have a list of Comments and cursor position for that comments, but how can I add those strings to the graph. I tried adding one cursor for each comment, I can do it manually, I used a property node, using the "Active Cursor" properties like:Cursor.Position, Cursor.Name, Cursor.Style,Cursor.nameVisible.
But I do not know how to add them programatically. I think taht a loop is maybe useful, but I could not find the cursor property to add them.