Home
last modified time | relevance | path

Searched refs:showLegend (Results 1 – 25 of 266) sorted by relevance

1234567891011

/dports/net-mgmt/icingaweb2-module-graphite/icingaweb2-module-graphite-1.1.0/library/Graphite/Graphing/
H A DChart.php67 protected $showLegend = true; variable in Icinga\\Module\\Graphite\\Graphing\\Chart
113 'hideLegend' => (string) ! $this->showLegend,
303 return $this->showLegend;
309 * @param bool $showLegend
313 public function setShowLegend($showLegend) argument
315 $this->showLegend = $showLegend;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/front_end/perf_ui/
H A DPieChart.ts19 showLegend: boolean; property
32 private showLegend = false;
46 this.showLegend = data.showLegend;
164 const tabIndex = selected && !this.showLegend ? '0' : '-1';
178 tabIndex=${this.totalSelected && !this.showLegend ? '1' : '-1'}>
183 ${this.showLegend ? html`
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/faces/facepackages/piechart/contents/ui/
H A DFullRepresentation.qml23 readonly property bool showLegend: controller.faceConfiguration.showLegend
65 visible: root.showLegend
67 sourceModel: root.showLegend ? compactRepresentation.sensorsModel : null
68 sensorIds: root.showLegend ? root.controller.lowPrioritySensorIds : []
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/faces/facepackages/linechart/contents/ui/
H A DFullRepresentation.qml24 readonly property bool showLegend: controller.faceConfiguration.showLegend
116 visible: root.showLegend
118 sourceModel: root.showLegend ? compactRepresentation.sensorsModel : null
119 sensorIds: root.showLegend ? root.controller.lowPrioritySensorIds : []
/dports/sysutils/plasma5-libksysguard/libksysguard-5.23.5/faces/facepackages/barchart/contents/ui/
H A DFullRepresentation.qml26 readonly property bool showLegend: controller.faceConfiguration.showLegend
118 visible: root.showLegend
120 sourceModel: root.showLegend ? compactRepresentation.sensorsModel : null
121 sensorIds: root.showLegend ? root.controller.lowPrioritySensorIds : []
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/geomap/layers/data/
H A DmarkersLayer.tsx27 showLegend?: boolean;
32 showLegend: true,
72 if (config.showLegend) {
151 path: 'config.showLegend',
154 defaultValue: defaultOptions.showLegend,
/dports/math/vtk9/VTK-9.1.0/ThirdParty/ioss/vtkioss/heartbeat/
H A DIohb_DatabaseIO.C196 new_this->showLegend = true; in initialize()
202 new_this->showLegend = true; in initialize()
209 new_this->showLegend = true; in initialize()
215 new_this->showLegend = true; in initialize()
263 new_this->showLegend = in initialize()
274 new_this->showLegend = true; in initialize()
279 if (showLegend) { in initialize()
/dports/www/matomo/piwik/plugins/ImageGraph/
H A DStaticGraph.php52 protected $showLegend; variable in Piwik\\Plugins\\ImageGraph\\StaticGraph
184 public function setShowLegend($showLegend) argument
186 $this->showLegend = $showLegend;
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/panel/geomap/
H A Dmigrations.test.ts95 showLegend: true, constant
131 showLegend: true,
H A Dmigrations.ts120 showLegend: Boolean(oldConfig.showLegend),
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/amenadiel/jpgraph/src/plot/
H A DContourPlot.php20 private $showLegend = false; variable in Amenadiel\\JpGraph\\Plot\\ContourPlot
95 $this->showLegend = $aFlg;
129 if (!$this->showLegend) {
/dports/www/matomo/piwik/plugins/ImageGraph/StaticGraph/
H A DPieGraph.php46 protected function initPieGraph($showLegend) argument
72 if ($showLegend) {
/dports/graphics/opencv/opencv-4.5.3/samples/dnn/
H A Dsegmentation.cpp42 void showLegend();
169 showLegend(); in main()
230 void showLegend() in showLegend() function
H A Dmask_rcnn.py36 def showLegend(classes): function
141 showLegend(classes)
H A Dsegmentation.py66 def showLegend(classes): function
133 showLegend(classes)
/dports/editors/calligra/calligra-3.2.1/plugins/chartshape/
H A DLegendConfigWidget.cpp73 connect(d->ui.showLegend, SIGNAL(toggled(bool)), in LegendConfigWidget()
138 d->ui.showLegend->setChecked(chart->legend()->isVisible()); in updateData()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/src/
H A Dconvergenceview.cpp154 showLegend = true; in ConvergenceView()
370 showLegend = !showLegend; in showLegendSlot()
372 if(showLegend) { in showLegendSlot()
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DPieDraw.h34 PieDraw& ShowLegend(bool show = true) {showLegend = show; return *this;}
81 bool showLegend; variable
H A DLegend.cpp11 if (serie.showLegend) in NumSeriesLegend()
43 if (serie.showLegend) { in DrawLegend()
119 if (serie.showLegend) { in DrawLegend()
/dports/devel/upp/upp/uppsrc/ScatterCtrl/
H A DProperties.cpp219 showLegend <<= scatter.GetShowLegend(); in Init()
220 showLegend.WhenAction = [=] {Change();}; in Init()
268 scatter.ShowLegend(showLegend); in Change()
432 right.showLegend.WhenAction = [=] {Change();}; in Init0()
483 scatter.ShowSeriesLegend(index, ~right.showLegend); in Change()
527 right.showLegend <<= scatter.GetShowSeriesLegend(index); in UpdateFields()
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/inc/
H A DLegendHelper.hxx36 showLegend( ChartModel& rModel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/inc/
H A DLegendHelper.hxx37 showLegend( ChartModel& rModel
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/perf_ui/
H A DPieChart_test.ts14 showLegend: true,
23 showLegend: false,
/dports/sysutils/nomad/nomad-1.1.0/ui/app/components/das/
H A Drecommendation-chart.hbs7 {{on "mouseleave" (action (mut this.showLegend) false)}}
144 <div class="chart-tooltip {{if this.showLegend "active" "inactive"}}" style={{this.tooltipStyle}}>
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/src/libkstapp/
H A Dlabeltab.h62 bool showLegend() const;

1234567891011