Element index for package plottype
[ a ]
[ b ]
[ d ]
[ h ]
[ i ]
[ l ]
[ m ]
[ p ]
[ r ]
[ s ]
top
top
top
top
i
- Impulse.php
- procedural page Impulse.php
- Image_Graph_Plot
- in file Plot.php, class Image_Graph_Plot
Framework for a chart
- Image_Graph_Plot
- in file Plot.php, method Image_Graph_Plot::Image_Graph_Plot()
PlotType [Constructor]
- Image_Graph_Plot_Area
- in file Area.php, class Image_Graph_Plot_Area
Area Chart plot.
- Image_Graph_Plot_Bar
- in file Bar.php, class Image_Graph_Plot_Bar
A bar chart.
- Image_Graph_Plot_Bar_Horizontal
- in file Horizontal.php, class Image_Graph_Plot_Bar_Horizontal
Horizontal barchart.
- Image_Graph_Plot_Bar_Multiple
- in file Multiple.php, class Image_Graph_Plot_Bar_Multiple
Multiple barchart.
- Image_Graph_Plot_Dot
- in file Dot.php, class Image_Graph_Plot_Dot
Dot chart (only marker).
- Image_Graph_Plot_Impulse
- in file Impulse.php, class Image_Graph_Plot_Impulse
Impulse chart
- Image_Graph_Plot_Line
- in file Line.php, class Image_Graph_Plot_Line
Linechart
- Image_Graph_Plot_MultipleData
- in file MultipleData.php, method Image_Graph_Plot_MultipleData::Image_Graph_Plot_MultipleData()
PlotTypeMultipleData [Constructor]
- Image_Graph_Plot_MultipleData
- in file MultipleData.php, class Image_Graph_Plot_MultipleData
Plot having multiple data sets
- Image_Graph_Plot_Pie
- in file Pie.php, class Image_Graph_Plot_Pie
2D Piechart
- Image_Graph_Plot_Radar
- in file Radar.php, class Image_Graph_Plot_Radar
Radar chart
- Image_Graph_Plot_Smoothed_Area
- in file Area.php, class Image_Graph_Plot_Smoothed_Area
Bezier smoothed area chart Similar to an {@see Image_Graph_Plot_Area}, but the interconnecting lines between two datapoints are smoothed using a Bezier curve, which enables the chart to appear as a nice curved plot instead of the sharp edges of a conventional {@see Image_Graph_Plot_Area}.
- Image_Graph_Plot_Smoothed_Bezier
- in file Bezier.php, class Image_Graph_Plot_Smoothed_Bezier
Bezier smoothed plottype.
- Image_Graph_Plot_Smoothed_Line
- in file Line.php, class Image_Graph_Plot_Smoothed_Line
Bezier smoothed line chart.
- Image_Graph_Plot_Stacked_Area
- in file Area.php, class Image_Graph_Plot_Stacked_Area
Stacked barchart.
- Image_Graph_Plot_Stacked_Bar
- in file Bar.php, class 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.
- Image_Graph_Plot_Stacked_Bar100Pct
- in file Bar100Pct.php, class Image_Graph_Plot_Stacked_Bar100Pct
Stacked barchart summarizing to 100%.
- Image_Graph_Plot_Step
- in file Step.php, class Image_Graph_Plot_Step
Stepchart
top
top
top
top
top
top
|
|