open_flash_chart Class Reference


Public Member Functions

 open_flash_chart ()
 set_title ($t)
 set_x_axis ($x)
 set_y_axis ($y)
 add_y_axis ($y)
 set_y_axis_right ($y)
 add_element ($e)
 set_x_legend ($x)
 set_y_legend ($y)
 set_bg_colour ($colour)
 set_radar_axis ($radar)
 set_tooltip ($tooltip)
 set_number_format ($num_decimals, $is_fixed_num_decimals_forced, $is_decimal_separator_comma, $is_thousand_separator_disabled)
 set_menu ($m)
 toString ()
 toPrettyString ()

Member Function Documentation

add_element ( e  ) 

add_y_axis ( y  ) 

set_bg_colour ( colour  ) 

set_menu ( m  ) 

This is experimental and will change as we make it work

Parameters:
$m as ofc_menu

set_number_format ( num_decimals,
is_fixed_num_decimals_forced,
is_decimal_separator_comma,
is_thousand_separator_disabled 
)

This is a bit funky :(

Parameters:
$num_decimals as integer. Truncate the decimals to $num_decimals, e.g. set it to 5 and 3.333333333 will display as 3.33333. 2.0 will display as 2 (or 2.00000 - see below)
$is_fixed_num_decimals_forced as boolean. If true it will pad the decimals.
$is_decimal_separator_comma as boolean
$is_thousand_separator_disabled as boolean
This needs a bit of love and attention

set_radar_axis ( radar  ) 

set_title ( t  ) 

set_tooltip ( tooltip  ) 

set_x_axis ( x  ) 

set_x_legend ( x  ) 

set_y_axis ( y  ) 

set_y_axis_right ( y  ) 

set_y_legend ( y  ) 

toPrettyString (  ) 

toString (  ) 


The documentation for this class was generated from the following file:

Generated on Tue Jul 28 00:05:19 2009 for open-flash-chart by  doxygen 1.5.8