Help for this page

Select Code to Download


  1. or download this
    sub subA {
        # ...
    ...
    
        subB($chart_widget, $data_aref);
    }
    
  2. or download this
    my $chart = $mw->Chart( ... );
    
    my $data_aref = subA;
    subC($chart, $data_aref);