ChartDirector Ver 3.1 (PHP Edition Edition)

MultiChart.MultiChart


Usage

new MultiChart(width, height[, bgColor[, edgeColor[, raisedEffect ]]])

Description

Create a MultiChart object.

Arguments

ArgumentDefaultDescription
width(Mandatory)The width of the chart in pixels.
height(Mandatory)The height of the chart in pixels.
bgColorBackgroundColorThe background color of the chart.
edgeColorTransparentThe edge color of the chart.
raisedEffect0The width of the 3D effect for the border. For positive values, the chart will appear raised. For negative values, the chart will appear depressed. A zero value means the chart will appear flat.

Return Value

The MultiChart object created.