Procedural File: Bar.php
Source Location: /Graph/Plot/Stacked/Bar.php
Classes:
Image_Graph_Plot_Stacked_Bar
Stacked barchart The dataset Y-values are stacked on top of eachother, i.e. the first point with X0 = 0 is displayed from Y = 0 to Y = Y0, the next point with X1 = 0 are displayed from Y = Y0 to Y = Y0+Y1, etc.
Page Details:
Image_Graph aka GraPHPite - PEAR PHP OO Graph Rendering Utility.
Tags:
Includes:
require_once(IMAGE_GRAPH_PATH."/Graph/Plot/Bar/Multiple.php") [line 37]
Include file Graph/Plot/Bar/Multiple.php
|