ChartDirector Ver 3.1 (PHP Edition Edition)

BaseChart.setSize


Usage

setSize(width, 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