Returns or sets the intensity of light used to draw the edges of objects in a three-dimensional chart.
Syntax
object.EdgeIntensity [ = edgeint ]
The EdgeIntensity property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
edgeint | Single. The edge light intensity. Valid values are 0 to 1.0. An intensity of 0 turns edges off, drawing the edges as black lines; and an intensity of 1 fully illuminates the edges using the element's pen color. |
Remarks
If this property is set, then the Light object's EdgeVisible property is automatically set to True.