I read the whole documentation yesterday but I'm not sure anymore if there is a line control available for the scripts.
There is a Line object but its not a Control, that is why the following code does not work. Will I be forced to use an image to display a line?
code:
<Control xsi:type="LineChunk">
<X1>70</X1>
<Y1>280</Y1>
<X2>70</X2>
<Y2>300</Y2>
</Control>