ChartDirector 7.0 (PHP Edition)

BaseChart.setSize


Usage

setSize(width, height)

Description

Sets the size of the chart, exclusive of the drop shadow (if any).

Arguments

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

Return Value

None