"backgroundColor"

Defines the background color of the BarChart3D EWOs

Synopsis

shape.backgroundColor(bool enabled);

Parameter

Parameter Description
shape Name of the object
enabled Background color

Description

Defines the background color of the BarChart3D EWOs.

Example

main()
{
  this.backgroundColor("red");
}

Assignment

BarChart3D EWO