VISIO::LABEL_ALIGN (int label, double xalign, double yalign)

Description: Aligns the text of a label. The ID of the label and the horizontal and vertical alignment are passed as arguments. The value for the alignment must lay between 0 and 1. The example below aligns a text to the center of a label.

Example: VISIO::LABEL_ALIGN (label, 0.5, 0.5)