"columnLabels"

Allows to specify the text for the column labels.

Synopsis

shape.columnLabels(dyn_stringtext);

Parameter

Parameter Description
shape Name of the object
text Text as dyn_string for the respective column labels

Description

Allows to specify the text for the column labels.

Example

This example defines labels for four columns.

main()
{
  this.columnLabels(makeDynString("June","July","August","September");
}

Assignment

BarChart3D Widget