
Imager::Graph::Horizontal - A super class for line/bar charts
Add a data series to the graph, of the default type.
Add a column data series to the graph.
Add a line data series to the graph.
Sets the number of pixels that should go between columns of data.
Sets the background color used below the x axis.
Draw the graph
Shows vertical gridlines at the y-tics.
Automatically scale the Y axis, based on Chart::Math::Axis. If Chart::Math::Axis isn't installed, this sets an error and returns undef. Returns 1 if it is installed.
Set the number of X tics to use. Their value and position will be determined by the data range.