Class containing the options for odometer charts
Source for this file: /Graph/src/options/odometer_chart.php
ezcBaseOptions | --ezcGraphChartOptions | --ezcGraphOdometerChartOptions
Version: | //autogentag// |
ezcGraphColor | read/write |
$borderColor
Color of border around odometer chart |
int | read/write |
$borderWidth
Width of border around odometer chart |
ezcGraphColor | read/write |
$endColor
End color of grdient used as the odometer chart background. |
int | read/write |
$markerWidth
Width of odometer markers |
float | read/write |
$odometerHeight
Height consumed by odometer chart |
ezcGraphColor | read/write |
$startColor
Start color of grdient used as the odometer chart background. |
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. |