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

NAME

Google::Chart::WithLineStyle - Adds Line Style Properties To Your Dataset

SYNOPSIS

    my $chart = Google::Chart->create( ... );
    $chart->add_dataset(
        line_thickness       => $thickness,
        line_segment_length  => $ls_length,
        blank_segment_length => $bs_length,
        # rest of your options...
    );