ChartDirector 7.1 (C++ Edition)

Box.setSize


Usage

void setSize(int w, int h);

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