HorzAngle Property

The HorzAngle property returns or sets the Horizontal Angle value of the light source. Returns a Double.

Syntax

object.HorzAngle

object.HorzAngle = HorzAngle

 

Parameter Type Description
HorzAngle Double required

 

Example

This example shows how to set the angle for the horizontal light for a surface map.

SurfLight.HorzAngle = 35

Example

This example shows how to set the angle for the horizontal light for a 3D pie chart.

PieLight.HorzAngle = 35

 

Used by: AutoLightingObj