
App::Chart::Gtk2::View -- view widget of heading, graphs, axes, scrollbars, etc

my $view = App::Chart::Gtk2::View->new;

A App::Chart::Gtk2::View widget displays graphs of the data from a given stock symbol, with a "viewstyle" controlling what graphs and indicators are presented.

$view->symbolReturn the currently displayed stock symbol (a string), or undef if none.
$view->centreCentre the displayed data within the graph windows. This is the "View/Centre" menu item in the main GUI.
