NAME
App::Chart::Gtk2::View -- view widget of heading, graphs, axes, scrollbars, etc
SYNOPSIS
my $view = App::Chart::Gtk2::View->new;
DESCRIPTION
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.
FUNCTIONS
$view->symbol
-
Return the currently displayed stock symbol (a string), or
undef
if none. $view->centre
-
Centre the displayed data within the graph windows. This is the "View/Centre" menu item in the main GUI.