ChartDirector 7.1 (.NET Edition)

ColorAxis.setBoundingBox


Usage

[C#]public void setBoundingBox(int fillColor [, int edgeColor [, int raisedEffect ]]);
[VB]Public Sub setBoundingBox(fillColor As Integer [, edgeColor As Integer [, raisedEffect As Integer ]])

Description

Sets the background color, border color and 3D border effect of the bounding box.

Arguments

ArgumentDefaultDescription
fillColor(Mandatory)The background color of the bounding box.
edgeColorTransparentThe border color of the bounding box.
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 Chart.glassEffect, Chart.softLighting, Chart.cylinderEffect or Chart.flatBorder effects.

Return Value

None