[C#] | public void setColors(int fillColor [, int edgeColor [, int raisedEffect ]]); |
[VB] | Public Sub setColors(fillColor As Integer [, edgeColor As Integer [, raisedEffect As Integer ]]) |
ChartDirector 7.1 (.NET Edition)
TreeMapNode.
Usage
[C#] | public void setColors(int fillColor [, int edgeColor [, int raisedEffect ]]); |
[VB] | Public Sub setColors(fillColor As Integer [, edgeColor As Integer [, raisedEffect As Integer ]]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
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 Chart.glassEffect, Chart.softLighting, Chart.cylinderEffect or Chart.flatBorder effects. |
Return Value