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

Download:
Google-Chart-0.05003.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  4
Open  3
View Bugs
Report a bug
Source   Latest Release: Google-Chart-0.05014

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