/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/examples/ |
H A D | chart_data_labels.py | 47 chart1.set_legend({'none': True}) 71 chart2.set_legend({'none': True}) 98 chart3.set_legend({'none': True}) 124 chart4.set_legend({'none': True}) 158 chart5.set_legend({'none': True}) 192 chart6.set_legend({'none': True}) 226 chart7.set_legend({'none': True}) 262 chart8.set_legend({'none': True}) 300 chart9.set_legend({'none': True})
|
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/examples/ |
H A D | chart_data_labels.pl | 50 $chart1->set_legend( none => 1 ); 75 $chart2->set_legend( none => 1 ); 103 $chart3->set_legend( none => 1 ); 130 $chart4->set_legend( none => 1 ); 166 $chart5->set_legend( none => 1 ); 202 $chart6->set_legend( none => 1 ); 237 $chart7->set_legend( none => 1 ); 273 $chart8->set_legend( none => 1 ); 312 $chart9->set_legend( none => 1 );
|
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/chart/ |
H A D | sub_write_legend.t | 52 $chart->set_legend(); 67 $chart->set_legend( position => 'right' ); 82 $chart->set_legend( position => 'top' ); 97 $chart->set_legend( position => 'left' ); 112 $chart->set_legend( position => 'bottom' ); 127 $chart->set_legend( position => 'none' ); 142 $chart->set_legend( position => 'some_non_existing_value' ); 157 $chart->set_legend( position => 'overlay_right' ); 172 $chart->set_legend( position => 'overlay_left' ); 187 $chart->set_legend( position => 'top_right' ); [all …]
|
/dports/www/p5-Template-GD/Template-GD-2.66/t/ |
H A D | gdgraph.t | 122 r = my_graph.set_legend( 'Data set 1', 'Data set 2' ); 151 r = my_graph.set_legend('data set 1', 'data set 2', 'data set 3'); 199 r = my_graph.set_legend('one', 'two', 'three', 'four', 'five', 'six'); 239 r = my_graph.set_legend('left axis', 'right axis' ); 266 r = my_graph.set_legend('one', 'two'); 303 r = my_graph.set_legend("Us", "Them", "Others");
|
/dports/www/p5-Template-GD/Template-GD-2.66/lib/Template/Plugin/GD/Graph/ |
H A D | area.pm | 22 sub set_legend { subroutine 24 $self->SUPER::set_legend(ref $_[0] ? @{$_[0]} : @_);
|
H A D | bars.pm | 22 sub set_legend { subroutine 24 $self->SUPER::set_legend(ref $_[0] ? @{$_[0]} : @_);
|
H A D | bars3d.pm | 22 sub set_legend { subroutine 24 $self->SUPER::set_legend(ref $_[0] ? @{$_[0]} : @_);
|
H A D | lines.pm | 22 sub set_legend { subroutine 24 $self->SUPER::set_legend(ref $_[0] ? @{$_[0]} : @_);
|
H A D | lines3d.pm | 22 sub set_legend { subroutine 24 $self->SUPER::set_legend(ref $_[0] ? @{$_[0]} : @_);
|
H A D | linespoints.pm | 22 sub set_legend { subroutine 24 $self->SUPER::set_legend(ref $_[0] ? @{$_[0]} : @_);
|
H A D | mixed.pm | 22 sub set_legend { subroutine 24 $self->SUPER::set_legend(ref $_[0] ? @{$_[0]} : @_);
|
H A D | points.pm | 22 sub set_legend { subroutine 24 $self->SUPER::set_legend(ref $_[0] ? @{$_[0]} : @_);
|
/dports/www/mod_jk/tomcat-connectors-1.2.48-src/tools/reports/ |
H A D | tomcat_reports.pl | 212 $graph->set_legend( 'Requests' ); 255 $graph->set_legend( 'Median' ); 295 $graph->set_legend( 'Mean', 'Mean plus Standard Deviation' ); 343 $graph->set_legend( 'Tomcat Rejected Requests' ); 391 $graph->set_legend( 'Tomcat Client Aborted Requests' );
|
/dports/graphics/p5-GD-Graph/GDGraph-1.54/samples/ |
H A D | sample14.pl | 71 $my_graph->set_legend('bottom axis', 'top axis'); 76 $my_graph->set_legend('left axis', 'right axis');
|
H A D | sample95.pl | 75 $my_graph->set_legend('bottom axis', 'top axis'); 80 $my_graph->set_legend('left axis', 'right axis');
|
H A D | sample19.pl | 79 $my_graph->set_legend('bottom axis', 'top axis'); 84 $my_graph->set_legend('left axis', 'right axis');
|
/dports/devel/bugzilla44/bugzilla-4.4.13/template/en/default/reports/ |
H A D | report-bar.png.tmpl | 39 # Workaround for the fact that set_legend won't take row_names directly, 41 graph.set_legend(row_names.0, row_names.1, row_names.2, row_names.3,
|
H A D | report-line.png.tmpl | 41 # Workaround for the fact that set_legend won't take row_names directly, 43 graph.set_legend(row_names.0, row_names.1, row_names.2, row_names.3,
|
H A D | chart.png.tmpl | 36 # Workaround for the fact that set_legend won't take chart.labels directly, 38 graph.set_legend(chart.labels.0, chart.labels.1, chart.labels.2,
|
/dports/japanese/bugzilla44/ja-bugzilla44-4.4.9/default/reports/ |
H A D | report-bar.png.tmpl | 39 # Workaround for the fact that set_legend won't take row_names directly, 41 graph.set_legend(row_names.0, row_names.1, row_names.2, row_names.3,
|
H A D | report-line.png.tmpl | 41 # Workaround for the fact that set_legend won't take row_names directly, 43 graph.set_legend(row_names.0, row_names.1, row_names.2, row_names.3,
|
H A D | chart.png.tmpl | 36 # Workaround for the fact that set_legend won't take chart.labels directly, 38 graph.set_legend(chart.labels.0, chart.labels.1, chart.labels.2,
|
/dports/russian/bugzilla44/bugzilla-4.4.4.ru/template/ru-RU/default/reports/ |
H A D | chart.png.tmpl | 36 # Workaround for the fact that set_legend won't take chart.labels directly, 38 graph.set_legend(chart.labels.0, chart.labels.1, chart.labels.2,
|
/dports/german/bugzilla44/de-bugzilla44-4.4.10_1/de/default/reports/ |
H A D | chart.png.tmpl | 38 # Workaround for the fact that set_legend won't take chart.labels directly, 40 graph.set_legend(chart.labels.0, chart.labels.1, chart.labels.2,
|
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/lib/Excel/Writer/XLSX/ |
H A D | Chartsheet.pm | 162 sub set_legend { return shift->{_chart}->set_legend( @_ ) } subroutine
|