Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcGraphPaletteTango

Graph::ezcGraphPaletteTango

Class ezcGraphPaletteTango

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

Source for this file: /Graph/src/palette/tango.php

ezcGraphPalette
   |
   --ezcGraphPaletteTango
Version:   //autogentag//

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
Documentation generated by phpDocumentor 1.4.3