minor bug fix
[openemr.git] / library / openflashchart / php-ofc-library / ofc_x_legend.php
blob7a25af0c286721c629495927e3ee6701be965ba5
1 <?php
3 class x_legend
5 function x_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;}";