Files
crm.e5.pl/include/ECM/open_flash_chart2/php-ofc-library/ofc_x_legend.php

15 lines
243 B
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?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;}";
}
}