"controlsAtTop"

When the attribute "controlsAtTop" have been set to TRUE, the check boxes for the data point curves will be located at the top of the panel.

Synopsis

setValue(string shape, "controlsAtTop", bool c);

getValue(string shape, "controlsAtTop",boolc);

shape.controlsAtTop(bool c);

Parameter

-

Description

When the attribute "controlsAtTop" has been set to TRUE, the check boxes for the data point curves will be located at the top of the panel.

Example

In the following example, the check boxes are located at the bottom of the panel.

main()
{
  this.controlsAtTop(FALSE);
}
Abbildung 1. A Trend With Check boxes located at the bottom of the Panel

Assignment

Trend