$drawYAxis

Draws an Y-Axis with the specified properties.
Syntax
    $drawYAxis{x}{y}{height}{min_value}{max_value}{scale_count}{scale_number_decimals}{unit_name}
DocumentationDraws an Y-Axis with the specified properties:

    Parameters:
      x and y, the coordinates of the of the first point at the bottom of the Y-Axis.
      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.
    Note:
      the template using this function must have the content type 'image/gif' or 'image/jpeg'.
Examples
    $createImage{600}{600}
    $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
GroupGraphic
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters7
Maximum parameters 8