Example #1
0
 function OFC_Charts_Series_Dot_Hollow($type = 'hollow-dot')
 {
     parent::OFC_Charts_Series_Dot($type);
 }
Example #2
0
 function OFC_Charts_Series_Dot_Solid()
 {
     parent::OFC_Charts_Series_Dot('solid-dot');
 }