"legendShowsTimeLabel"

Shows the date and time in the legend.

Synopsis

(string shape, "legendShowsTimeLabel", bool showTL = FALSE);

getValue(string shape, "legendShowsTimeLabel", bool &showTL = FALSE);

shape.legendShowsTimeLabel(bool showTL = FALSE);

Parameters

Parameter Description
shape Name of the object
showTL

TRUE = date and time are shown

FALSE = date and time are not shown

Description

Shows the date and time in the legend.

Example

main()
{
  this.legendShowsTimeLabel(TRUE);
}

Assignment

Trend