The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Google::Chart::WithGrid - Charts With Grids

SYNOPSIS

    my $chart = Google::Chart->create( ... );
    $chart->set_grid(
        x_step_size  => $x_size,
        y_step_size  => $y_size,
        line_length  => $l_length,
        blank_length => $b_length,
    );

ATTRIBUTES

grids

Grid speficiation list.

METHODS

set_grid(%args)

Sets the grid spec.