Class containing the basic options for charts.
Source for this file: /Graph/src/options/chart.php
ezcBaseOptions | --ezcGraphChartOptions
Version: | //autogentag// |
Child Class | Description |
---|---|
ezcGraphLineChartOptions | Class containing the basic options for line charts. |
ezcGraphRendererOptions | Class containing the basic options for renderers. |
ezcGraphPieChartOptions | Class containing the basic options for pie charts. |
ezcGraphOdometerChartOptions | Class containing the options for odometer charts |
ezcGraphRadarChartOptions | Class containing the basic options for radar charts. |
ezcGraphFontOptions | read/write |
$font
Font used in the graph. |
int | read/write |
$height
Height of the chart. |
int | read/write |
$width
Width of the chart. |
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. |