"columnTitle"

Allows to specify the column title.

Synopsis

shape.columnTitle(string text);

Parameter

Parameter Description
shape Name of the object
text Column title

Description

Allows to specify the column title.

Example

main()
{
  this.columnTitle("Month");
}

Assignment

BarChart3D Widget