"rowTitle"

Defines the row title (z axis).

Synopsis

shape.rowTitle(string title);

Parameter

Parameter Description
title Row title

Description

This attribute defines the row title (Z axis). The title is only displayed in the 2D slice mode.

Example

main()
{
  BarChart3D_ewo1.rowTitle("Year");
}

Assignment

BarChart3D-EWO