The functions described here help you to generate and display user interactive info text. For more details on how to use info text see User Interactive Text.
Function Documentation
void SetInfoText
(
string
Text
)
Display some info text.
Parameters:
Text
The info text to be displayed.
Returns:
nothing.
Since:
v2.1
This function sets and displays the given info text. Note that by default the info text window width is zero, such that the text set with this function will not be visible until either the user increases the size of the window, or the width is set with the function SetInfoWidth().
void SetInfoWidth
(
scalar
Width
)
Sets the width of the info text window.
Parameters:
Width
The width of the info text window.
Returns:
nothing.
Since:
v2.1
By default the width of the info text window is zero. If Width is a number between 0 and 1, it is taken as a percentage of the total width of the visualization window. If Width is larger than 1, it is taken as the width in pixels.