Help for this page

Select Code to Download


  1. or download this
    $graph->set_x_axis_font('/fonts/arial.ttf', 20);
    $graph->set_y_axis_font('/fonts/arial.ttf', 20);
    
  2. or download this
        $graph->set_x_axis_font(GD::Font->MediumBold);
        $graph->set_y_axis_font(GD::Font->MediumBold);