ChartDirector Ver 3.1 (PHP Edition Edition)

XYChart.XYChart


Usage

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

Description

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