Contents
Previous
Next
 Non X,Y plots includes
-  Pie plots (2D and 3D)
-  Radar plots
-  Polar plots
-  Gantt charts
 The fundamental difference is that these classes makes use of an
 extended version of the basic Graph class. Therefor you can not mix X,Y
 plots with non-X,Y plots. For example it is not possible to mix a line
 graph with a Polar graph.
-  To create 2d or 3d pie plots you must use the PieGraph class
-  To create radar plots you must use the RadarGraph() class
-  To create radar plots you must use the PolarGraph() class
-  To create gantt plots you must use the GanttGraph() class
Contents
Previous
Next