"rowLabels"

Defines the text for the row labels (Z axis).

Synopsis

shape.rowLabels(dyn_string labels);

Parameter

Parameter Description
labels Text for row labels

Description

This attribute defines the text for the row labels (Z axis).

Example

main()
{
  BarChart3D_ewo1.rowLabels(makeDynString("2015","2014","2013"));
}

Assignment

BarChart3D-EWO