| Syntax |
|
| Documentation | Draws an Y-Axis with the specified properties:
height, the height of the Y-Axis. min_value and max_value, the minimum and maximum values of the Y-Axis (min_value <= y <= max_value). scale_count, the partitions of the Y-Axis. scale_number_decimals, the number of the decimal digits used to represent the values of the Y-Axis. unit_name, an optional parameter used to specify the name of the unit of the Y-Axis.
|
| Examples | |
$setDrawColor{red} $drawYAxis{50}{350}{300}{0}{10}{10}{0}{y-Axis} Result: in the image with a size of 600/600 pixels a red y-Axis with the height of 300 pixels and a scale from 0 to 10 with the unit "y-Axis" appears |
|
| Group | Graphic |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 7 |
| Maximum parameters | 8 |