"lightStrength"

This attribute defines the specular light strength for the whole graph.

Synopsis

shape.lightStrength(float lightstrength);

Parameter

Parameter Description
lightstrength Light strength. The value must be between 0.0 and 10.0

Description

This attribute defines the specular light strength for the whole graph.

Example

main()
{
  BarChart3D_ewo1.lightStrength(5.0);
}

Assignment

BarChart3D-EWO