Files
crm.e5.pl/include/ECM/open_flash_chart2/php-ofc-library/ofc_y_legend.php
2024-04-27 09:23:34 +02:00

15 lines
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;}";
}
}