"backgroundEnabled"

Defines if the color specified with "backgroundColor" is displayed or not.

Synopsis

shape.backgroundEnabled(bool enabled);

Parameter

Parameter Description
shape Name of the object
enabled
  • TRUE: Background color is displayed

  • FALSE: Background color is not displayed

Description

Defines if the color specified with "backgroundColor" is displayed or not.

Example

main()
{
  this.backgroundEnabled(FALSE);
}

Assignment

BarChart3D EWO