Sets the position of the arrow label.
SyntaxVB6
Copy Code
|
|---|
Public Sub SetTextPosition( _ |
C++
Copy Code
|
|---|
public: |
RemarksCurrently, this method can be used only when TextStyle is set to atsCenter. A negative segment argument specifies an index relative to the last segment, e.g. -1 is the last segment, -2 is the second-to-last segment, etc. A negative offset means that the offset should be relative to the segment end instead of the segment beginning.
See Also