ChartDirector Ver 3.1 (PHP Edition Edition)

PolarChart.PolarChart


Usage

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

Description

Create a PolarChart 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 border 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 PolarChart object created.