Help for this page

Select Code to Download


  1. or download this
    $chart->label(
        text      => "Labeled at (-2, 0.5)",
        fontcolor => 'blue',
    );
    
  2. or download this
    $chart->label(
        text      => "Labeled at 20% from left, 25% from top",
        fontcolor => 'blue',
        position  => 'graph 0.2, graph 0.75'
    );