ChartDirector 7.0 (ASP/COM/VB Edition)

TreeMapNode.setColors


Usage

setColors(fillColor [, edgeColor [, raisedEffect ]])

Description

Sets the fill and border colors and 3D border effect of the node.

Arguments

ArgumentDefaultDescription
fillColor(Mandatory)The fill color of the node.
edgeColor(Optional)The border color of the node.
raisedEffect(Optional)The 3D border width. For positive values, the border ill 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 ChartDirector.API.glassEffect, ChartDirector.API.softLighting, ChartDirector.API.cylinderEffect or ChartDirector.API.flatBorder effects.

Return Value

None