Daisuke Maki > Google-Chart > Google::Chart::Size

Download:
Google-Chart-0.05014.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  4
Open  3
View Bugs
Report a bug
Source  

NAME ^

Google::Chart::Size - Google::Chart Size Specification

SYNOPSIS ^

  Google::Chart->new(
    size => "400x300"
  )

  Google::Chart->new(
    size => {
      width => 400,
      height => 300
    }
  )

METHODS ^

parameter_value