"ambientLightStrength"

The attribute "ambientLightStrength" defines the ambient light strength for the graph.

Synopsis

shape.ambientLightStrength(float ambientLightStrength);

Parameter

Parameter Description
ambientLightStrength Ambient light strength of the graph. The value must be defined from 0.0 to 1.0.

Description

The attribute "ambientLightStrength" defines the ambient light strength for the graph.

Example

main()
{
  BarChart3D_ewo1.ambientLightStrength(0.5);
}

Assignment

BarChart3D-EWO