Class: Image_Graph_Plot_Stacked_Bar
Source Location: /Graph/Plot/Stacked/Bar.php
Child classes:
|
Inherited Methods
|
Class Details
[line 44]
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.
|