"vertical"
    
    The attribute "vertical" sets the trend mode to vertical.
Synopsis
setValue(string shape, "vertical");
getValue(string shape, "vertical");
shape.vertical();
Parameters
| Parameter | Description | 
|---|---|
| shape | Name of the object | 
Description
The attribute "vertical" sets the trend mode to vertical.
Example
In the following example, the trend will be displayed vertically.
main()
{
  bool vert = TRUE;
  TREND1.vertical(vert);
}
            
            Assignment
Trend
