Class containing the extended options available in 2d renderer.
Source for this file: /Graph/src/options/renderer_2d.php
ezcBaseOptions | --ezcGraphChartOptions | --ezcGraphRendererOptions | --ezcGraphRenderer2dOptions
Version: | //autogentag// |
float | read/write |
$pieChartShadowColor
Color used for pie chart shadows. |
int | read/write |
$pieChartShadowSize
Size of shadows. |
float | read/write |
$pieChartShadowTransparency
Used transparency for pie chart shadows. |
From ezcBaseOptions | |
---|---|
protected |
ezcBaseOptions::$properties
|
From ezcBaseOptions | |
---|---|
public ezcBaseOptions |
ezcBaseOptions::__construct()
Construct a new options object. |
public void |
ezcBaseOptions::merge()
Merge an array into the actual options object. |
public bool |
ezcBaseOptions::offsetExists()
Returns if an option exists. |
public mixed |
ezcBaseOptions::offsetGet()
Returns an option value. |
public void |
ezcBaseOptions::offsetSet()
Set an option. |
public void |
ezcBaseOptions::offsetUnset()
Unset an option. |