Graph: ezcGraphCairoDriverOptions
[ ]
[ Gallery ]
[ ]
[ ]
[ ]
[ ]
Class: ezcGraphCairoDriverOptions
|
Class containing the extended options for the SVG driver. [
source]
1. $graph = new ezcGraphPieChart();
2. $graph->background->color = '#FFFFFFFF';
3. $graph->title = 'Access statistics';
4. $graph->legend = false;
5.
6. $graph->data['Access statistics'] = new ezcGraphArrayDataSet( array(
7. 'Mozilla' => 19113,
8. 'Explorer' => 10917,
9. 'Opera' => 1464,
10. 'Safari' => 652,
11. 'Konqueror' => 474,
12. ) );
13.
14. $graph->driver = new ezcGraphCairoDriver();
15.
16. // No options yet.
17.
17.
18. $graph->render( 400, 200, 'tutorial_driver_cairo.png' );
Parents
ezcBaseOptions
|
--ezcGraphDriverOptions
|
--ezcGraphCairoDriverOptions
Properties
|
float |
read/write
|
$circleResolution
Resolution for circles, until I understand how to draw ellipses with SWFShape::curveTo() |
|
float |
read/write
|
$imageMapResolution
Degree step used to interpolate round image primitives by polygons for image maps |
Inherited Member Variables
From
ezcBaseOptions:
Inherited Methods
From
ezcGraphDriverOptions :
From
ezcBaseOptions :
Last updated: Mon, 11 May 2009