clipbucket/upload/admin_area/charts/ofc-library/ofc_y_legend.php
2013-10-07 12:17:06 +00:00

15 lines
No EOL
243 B
PHP

<?php
class y_legend
{
function y_legend( $text='' )
{
$this->text = $text;
}
function set_style( $css )
{
$this->style = $css;
//"{font-size: 20px; color:#0000ff; font-family: Verdana; text-align: center;}";
}
}