"valueTitle"

Defines the title for the Y axis.

Synopsis

shape.valueTitle(string title);

Parameter

Parameter Description
title Y axis title

Description

Defines the title for the Y axis. This title is only displayed in the 2D slice mode.

Example

main()
{
  BarChart3D_ewo1.valueTitle("Temperature");
}

Assignment

BarChart3D-EWO