Zeta Components - high quality PHP components

Zeta Components Manual :: Docs For Class ezcGraphPaletteEzBlue

Graph::ezcGraphPaletteEzBlue

Class ezcGraphPaletteEzBlue

Light blue color pallet for ezcGraph based on blue eZ colors

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

ezcGraphPalette
   |
   --ezcGraphPaletteEzBlue
Version:   //autogentag//

Member Variables

protected ezcGraphColor $axisColor = '#2E3436'
Axiscolor
protected ezcGraphColor $chartBackground = '#FFFFFF'
Backgroundcolor for chart
protected array $dataSetColor = array(
'#5489F2',
'#699BFF',
'#85AEFF',
'#A3C2FF',
'#BDD3FF',
)

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

Array with symbols for datasets
protected ezcGraphColor $fontColor = '#2E3436'
Fontcolor
protected string $fontName = 'sans-serif'
Name of font to use
protected ezcGraphColor $majorGridColor = '#D3D7DF'
Color of grid lines
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::$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