"labelBackgroundEnabled"

This attribute defines if the background of labels is displayed.

Synopsis

shape.labelBackgroundEnabled(bool enabled);

Parameter

Parameter Description
enabled

TRUE: background is shown

FALSE: Only the label text is shown

Description

This attribute defines if the background of labels is displayed or only the label text is shown.

Example

main()
{
  BarChart3D_ewo1.labelBackgroundEnabled(TRUE);
}

Assignment

BarChart3D-EWO