Files
crm.twinpol.com/include/ECM/open_flash_chart2/php-ofc-library/ofc_y_legend.php
2025-05-12 15:44:39 +00:00

15 lines
229 B
PHP
Executable File

<?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;}";
}
}