ChartDirector 7.0 (Python Edition)

TextBox.setMargin2


Usage

setMargin2(leftMargin, rightMargin, topMargin, bottomMargin)

Description

Sets the margins of the text box.

The margins of a text box are the distances between the borders of the text box to the text inside. By default, the left and right margins are approximately half the font width, and the top and bottom margins are approximately 1/4 of the font height.

Arguments

ArgumentDefaultDescription
leftMargin(Mandatory)The left margin in pixels.
rightMargin(Mandatory)The right margin in pixels.
topMargin(Mandatory)The top margin in pixels.
bottomMargin(Mandatory)The bottom margin in pixels.

Return Value

None