
Imager::Graph::Vertical- A super class for line/bar/column charts
Add a data series to the graph, of the default type.
Add a column data series to the graph.
Add a stacked column data series to the graph.
Add a line data series to the graph.
Sets the maximum y value to be displayed. This will be ignored if the y_max is lower than the highest value.
Sets the minimum y value to be displayed. This will be ignored if the y_min is higher than the lowest value.
Sets the padding between columns. This is a percentage of the column width. Defaults to 0.
Sets the padding to be used, as a percentage. For example, if your data ranges from 0 to 10, and you have a 20 percent padding, the y axis will go to 12.
Defaults to 10. This attribute is ignored for positive numbers if set_y_max() has been called, and ignored for negative numbers if set_y_min() has been called.
Sets the background color used below the x axis.
Draw the graph
Shows horizontal 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 Y tics to use. Their value and position will be determined by the data range.