Group: Forum Members
Last Active: 13 Years Ago
Posts: 4,
Visits: 1
|
Hi,
I am trying to draw a vertical line with horizontal bars at the end. It seems that there is no predefined shape for that and I did not find hints how to add a custom shape for this purpose. I know how to set an NArrowheadStyle:
new NArrowheadStyle(ArrowheadShape.Custom, customShapeName, size, fillstyle, stroke);
And I guess that I have to add a Shape with a name somewhere and place the name in "customShapeName". But I have no Idea how to do this. Can anybody point me to the right documents or post some short codeparts?
Regards,
Dennis
|