ChartDirector Ver 3.0 (C++ Edition)

BaseChart.setSize


Usage

void setSize(int width, int height);

Description

Set the size of the chart.

Arguments

ArgumentDefaultDescription
width(Mandatory)The width of the chart in pixels.
height(Mandatory)The height of the chart in pixels.

Return Value

None