Path

ez components / documentation / api reference / 2007.1.1 / graph


eZ Components 2007.1.1

Graph: ezcGraphRenderer3dOptions

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

Class: ezcGraphRenderer3dOptions

Class containing the basic options for pie charts [source]

Parents

ezcBaseOptions
   |
   --ezcGraphChartOptions
      |
      --ezcGraphRendererOptions
         |
         --ezcGraphRenderer3dOptions

Properties

float read/write  $barChartGleam
Transparancy for gleam on bar charts
float read/write  $barDarkenSide
Factor to darken the color used for the bars side polygon.
float read/write  $barDarkenTop
Factor to darken the color used for the bars top polygon.
float read/write  $depth
Part of picture used to simulate depth of three dimensional chart.
float read/write  $fillAxis
Transparency used to fill the axis polygon.
float read/write  $fillGrid
Transparency used to fill the grid lines.
float read/write  $pieChartHeight
Height of the pie charts border.
float read/write  $pieChartRotation
Rotation of pie chart. Defines the percent of width used to calculate the height of the ellipse.
float read/write  $pieChartShadowColor
Color used for pie chart shadows.
int read/write  $pieChartShadowSize
Size of shadows.
float read/write  $pieChartShadowTransparency
Used transparency for pie chart shadows.
bool read/write  $seperateLines
Indicates wheather the full depth should be used for each line in the chart, or beeing seperated by the count of lines.

Inherited Member Variables

From ezcBaseOptions:
protected  ezcBaseOptions::$properties

Inherited Methods

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.
Last updated: Wed, 28 Nov 2007