minor bug fix
[openemr.git] / library / openflashchart / php-ofc-library / ofc_y_legend.php
blob048d8b51e6258d7470ce0a3623b413baf3aa5124
1 <?php
3 class y_legend
5 function y_legend( $text='' )
7 $this->text = $text;
10 function set_style( $css )
12 $this->style = $css;
13 //"{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}";