Lighting Property

The Lighting property returns the AutoLightingObj object. This allows the lighting properties to be modified.

Syntax

object.Lighting

object.Lighting =Lighting

Example 1

This example shows how to access the surface map lighting object.

Set SurfLight = SurfaceDataMap.Lighting

Example 2

This example shows how to access the 3D pie chart lighting object.

Set PieLight = Pie1.Lighting

 

Used by: AutoSurfaceDataMap, AutoSurfaceFuncMap, AutoSurfaceGridMap, Auto3DBubblePlot, Auto3DPieChart, Auto3DDoughnutPlot