ChartDirector 7.0 (PHP Edition)

ColorAxis.setAxisBorder


Usage

setAxisBorder(edgeColor [, raisedEffect ])

Description

Sets the border color and 3D border effect of the axis stem.

Arguments

ArgumentDefaultDescription
edgeColor(Mandatory)The edge color of the axis stem.
raisedEffect0The 3D border width. For positive values, the border will appear raised. For negative values, the border will appear depressed. A zero value means the border will appear flat. This argument can also be used to specify glassEffect, softLighting, cylinderEffect or flatBorder effects.

Return Value

None