"gridEnabled"

This property defines if the grid lines for the BarChart3D EWO are enabled.

Synopsis

shape.gridEnabled(bool enabled);

Parameter

Parameter Description
shape Name of the object
enabled
  • TRUE: Grid lines are displayed

  • FALSE: Grid lines are not displayed

Description

This property defines if the grid lines for the BarChart3D EWO are enabled.

Example

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

Assignment

BarChart3D EWO