clipbucket/upload/admin_area/charts/ofc-library/ofc_x_legend.php

15 lines
243 B
PHP
Raw Normal View History

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