ChartDirector 7.1 (.NET Edition)

Box.setSize


Usage

[C#]public void setSize(int w, int h);
[VB]Public Sub setSize(w As Integer, h As Integer)

Description

Sets the width and height of the box.

Arguments

ArgumentDefaultDescription
w(Mandatory)The width of the box in pixels.
h(Mandatory)The height of the box in pixels.

Return Value

None