Path

ez components / documentation / api reference / 2009.2.1 / graph


eZ Components 2009.2.1

Graph: ezcGraphPaletteTango

[ Tutorial ] [ Gallery ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

Class: ezcGraphPaletteTango

Light color pallet for ezcGraph based on Tango style guidelines at http://tango-project.org/Generic_Icon_Theme_Guidelines [source]

Parents

ezcGraphPalette
   |
   --ezcGraphPaletteTango

Member Variables

protected ezcGraphColor $axisColor = '#2E3436'
Axiscolor
protected ezcGraphColor $chartBackground = '#EEEEEC'
Backgroundcolor for chart
protected array $dataSetColor = array(
'#3465A4',
'#4E9A06',
'#CC0000',
'#EDD400',
'#75505B',
'#F57900',
'#204A87',
'#C17D11',
)

Array with colors for datasets
protected array $dataSetSymbol = array(
ezcGraph::NO_SYMBOL,
)

Array with symbols for datasets
protected ezcGraphColor $fontColor = '#2E3436'
Fontcolor
protected string $fontName = 'sans-serif'
Name of font to use
protected integer $margin = 0
Margin of elements
protected integer $padding = 1
Padding in elements

Inherited Member Variables

From ezcGraphPalette:
protected  ezcGraphPalette::$chartBorderColor
protected  ezcGraphPalette::$chartBorderWidth
protected  ezcGraphPalette::$colorIndex
protected  ezcGraphPalette::$elementBackground
protected  ezcGraphPalette::$elementBorderColor
protected  ezcGraphPalette::$elementBorderWidth
protected  ezcGraphPalette::$majorGridColor
protected  ezcGraphPalette::$minorGridColor
protected  ezcGraphPalette::$symbolIndex

Inherited Methods

From ezcGraphPalette :
protected ezcGraphColor ezcGraphPalette::checkColor()
Ensure value to be a color
public void ezcGraphPalette::resetColorCounter()
Manually reset the color counter to use the first color again
Last updated: Tue, 23 Mar 2010