"labelBackgroundColor"

This attribute defines the background color for labels.

Synopsis

shape.labelBackgroundColor(string color);

Parameter

Parameter Description
color backgroundcolor of the lables

Description

This attribute defines the background color for labels displayed on the axes.

Example

main()
{
  BarChart3D_ewo1.labelBackgroundColor("red");
}

Assignment

BarChart3D-EWO