Login   Register  
PHP Classes
elePHPant
Icontem

File: 3dbargraph.def

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Diogo Resende  >  CGraph  >  3dbargraph.def  >  Download  
File: 3dbargraph.def
Role: Auxiliary data
Content type: text/plain
Description: definition of a 3D bar graph
Class: CGraph
Draw pie charts, bar, line graphs from definitions
Author: By
Last change:
Date: 2004-04-19 11:28
Size: 368 bytes
 

Contents

Class file image Download
data {
  2000 =  10
  2001 =  50
  2002 = -10
  2003 =   0
  2004 = 100
}

graph {
  padding-left   = 40
  padding-top    = 40
  padding-right  = 20
  padding-bottom = 20
  border-width = 0
  area-height = 250
  area-width = 350
  title = 3D Bar Graph
  transparency = 70
  title-font = 5
}

axis {
  y-step = 10
}

scale {
  y-round = 0
}