Added a graphing functionality with Open Flash Chart, and added ability to graph...
[openemr.git] / library / openflashchart / php-ofc-library / ofc_bar_3d.php
blob47552184ce0556dad94feef4dba4c0b41a58f454
1 <?php
3 include_once 'ofc_bar_base.php';
5 class bar_3d_value
7 function bar_3d_value( $top )
9 $this->top = $top;
12 function set_colour( $colour )
14 $this->colour = $colour;
17 function set_tooltip( $tip )
19 $this->tip = $tip;