Home
last modified time | relevance | path

Searched refs:legendPos (Results 1 – 25 of 43) sorted by relevance

12

/dports/graphics/qgis/qgis-3.22.3/external/qwtpolar-1.1.1/
H A Dqwt_polar_layout.cpp104 QwtPolarPlot::LegendPosition legendPos; member in QwtPolarLayout::PrivateData
156 d_data->legendPos = pos; in setLegendPosition()
165 d_data->legendPos = pos; in setLegendPosition()
171 d_data->legendPos = pos; in setLegendPosition()
199 return d_data->legendPos; in legendPosition()
275 if ( d_data->legendPos == QwtPolarPlot::LeftLegend in layoutLegend()
276 || d_data->legendPos == QwtPolarPlot::RightLegend ) in layoutLegend()
301 switch( d_data->legendPos ) in layoutLegend()
359 && d_data->legendPos != QwtPolarPlot::ExternalLegend in activate()
370 switch( d_data->legendPos ) in activate()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/external/qwtpolar-1.1.1/
H A Dqwt_polar_layout.cpp104 QwtPolarPlot::LegendPosition legendPos; member in QwtPolarLayout::PrivateData
156 d_data->legendPos = pos; in setLegendPosition()
165 d_data->legendPos = pos; in setLegendPosition()
171 d_data->legendPos = pos; in setLegendPosition()
199 return d_data->legendPos; in legendPosition()
275 if ( d_data->legendPos == QwtPolarPlot::LeftLegend in layoutLegend()
276 || d_data->legendPos == QwtPolarPlot::RightLegend ) in layoutLegend()
301 switch( d_data->legendPos ) in layoutLegend()
359 && d_data->legendPos != QwtPolarPlot::ExternalLegend in activate()
370 switch( d_data->legendPos ) in activate()
[all …]
/dports/textproc/p5-Excel-Writer-XLSX/Excel-Writer-XLSX-1.09/t/chart/
H A Dsub_write_legend.t32 $expected = '<c:legend><c:legendPos val="r"/><c:layout/></c:legend>';
47 $expected = '<c:legend><c:legendPos val="r"/><c:layout/></c:legend>';
63 $expected = '<c:legend><c:legendPos val="r"/><c:layout/></c:legend>';
78 $expected = '<c:legend><c:legendPos val="t"/><c:layout/></c:legend>';
93 $expected = '<c:legend><c:legendPos val="l"/><c:layout/></c:legend>';
108 $expected = '<c:legend><c:legendPos val="b"/><c:layout/></c:legend>';
153 $expected = '<c:legend><c:legendPos val="r"/><c:layout/><c:overlay val="1"/></c:legend>';
168 $expected = '<c:legend><c:legendPos val="l"/><c:layout/><c:overlay val="1"/></c:legend>';
183 $expected = '<c:legend><c:legendPos val="tr"/><c:layout/></c:legend>';
198 $expected = '<c:legend><c:legendPos val="tr"/><c:layout/><c:overlay val="1"/></c:legend>';
H A Dsub_write_legend_pos.t32 $expected = '<c:legendPos val="r"/>';
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/chart/
H A Dlegend.py48 legendPos = NestedSet(values=(['b', 'tr', 'l', 'r', 't'])) variable in Legend
62 legendPos="r", argument
70 self.legendPos = legendPos
/dports/x11-toolkits/qwt5-qt5/qwt5-qt5-2a9f1ae2/src/
H A Dqwt_plot_layout.cpp170 QwtPlot::LegendPosition legendPos; member in QwtPlotLayout::PrivateData
338 d_data->legendPos = pos; in setLegendPosition()
345 d_data->legendPos = pos; in setLegendPosition()
349 d_data->legendPos = pos; in setLegendPosition()
375 return d_data->legendPos; in legendPosition()
599 if ( d_data->legendPos != QwtPlot::ExternalLegend in minimumSizeHint()
654 if ( d_data->legendPos == QwtPlot::LeftLegend in layoutLegend()
680 switch(d_data->legendPos) in layoutLegend()
714 if ( d_data->legendPos == QwtPlot::BottomLegend in alignLegend()
715 || d_data->legendPos == QwtPlot::TopLegend ) in alignLegend()
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/3rdparty/qwt/src/
H A Dqwt_plot_layout.cpp170 QwtPlot::LegendPosition legendPos; member in QwtPlotLayout::PrivateData
338 d_data->legendPos = pos; in setLegendPosition()
345 d_data->legendPos = pos; in setLegendPosition()
349 d_data->legendPos = pos; in setLegendPosition()
375 return d_data->legendPos; in legendPosition()
599 if ( d_data->legendPos != QwtPlot::ExternalLegend in minimumSizeHint()
654 if ( d_data->legendPos == QwtPlot::LeftLegend in layoutLegend()
680 switch(d_data->legendPos) in layoutLegend()
714 if ( d_data->legendPos == QwtPlot::BottomLegend in alignLegend()
715 || d_data->legendPos == QwtPlot::TopLegend ) in alignLegend()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/renderer/src/java/org/scilab/modules/renderer/utils/
H A DLegendHandler.java204 Double[] axesBounds = { 0., 0. }, diff = { 0., 0. }, legendPos = { 0., 0. }; in dragLegend() local
211legendPos = (Double[])GraphicController.getController().getProperty(legend, GraphicObjectPropertie… in dragLegend()
217 legendPos[0] += diff[0]; in dragLegend()
218 legendPos[1] += diff[1]; in dragLegend()
220 …Controller.getController().setProperty(legend, GraphicObjectProperties.__GO_POSITION__, legendPos); in dragLegend()
H A DEntityPicker.java489 …Double[] axesBounds = { 0., 0. }, dPosition = { 0., 0. }, legendPos = { 0., 0. }, legendBounds = {… in pickLegend() local
495legendPos = (Double[])GraphicController.getController().getProperty(legend, GraphicObjectPropertie… in pickLegend()
500 legendBounds[0] = legendPos[0]; in pickLegend()
501 legendBounds[1] = legendPos[1]; in pickLegend()
502 legendBounds[2] = legendPos[0] + dimension[0]; in pickLegend()
503 legendBounds[3] = legendPos[1] + dimension[1]; in pickLegend()
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/examples/
H A DGLGradientLegendItem.py33 legendPos = numpy.linspace(1, 0, 5) variable
34 legend = dict(zip(map(str, legendLabels), legendPos))
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DLegend.cpp73 if (IsNull(legendPos)) in DrawLegend()
92 double left = plotLeft + legendPos.x*textScale; in DrawLegend()
93 double right = plotWLeg + (hPlotLeft - hPlotRight)*plotScaleX - legendPos.x*textScale - rectWidth; in DrawLegend()
94 double top = plotTop + legendPos.y*textScale; in DrawLegend()
95 double bottom = plotHLeg - legendPos.y*textScale - rectHeight; in DrawLegend()
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_plot_layout.cpp189 QwtPlot::LegendPosition legendPos; member in QwtPlotLayout::PrivateData
355 d_data->legendPos = pos; in setLegendPosition()
362 d_data->legendPos = pos; in setLegendPosition()
389 return d_data->legendPos; in legendPosition()
707 if ( d_data->legendPos == QwtPlot::LeftLegend in minimumSizeHint()
758 if ( d_data->legendPos == QwtPlot::LeftLegend in layoutLegend()
759 || d_data->legendPos == QwtPlot::RightLegend ) in layoutLegend()
784 switch ( d_data->legendPos ) in layoutLegend()
818 if ( d_data->legendPos == QwtPlot::BottomLegend in alignLegend()
819 || d_data->legendPos == QwtPlot::TopLegend ) in alignLegend()
[all …]
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_plot_layout.cpp189 QwtPlot::LegendPosition legendPos; member in QwtPlotLayout::PrivateData
355 d_data->legendPos = pos; in setLegendPosition()
362 d_data->legendPos = pos; in setLegendPosition()
389 return d_data->legendPos; in legendPosition()
707 if ( d_data->legendPos == QwtPlot::LeftLegend in minimumSizeHint()
758 if ( d_data->legendPos == QwtPlot::LeftLegend in layoutLegend()
759 || d_data->legendPos == QwtPlot::RightLegend ) in layoutLegend()
784 switch ( d_data->legendPos ) in layoutLegend()
818 if ( d_data->legendPos == QwtPlot::BottomLegend in alignLegend()
819 || d_data->legendPos == QwtPlot::TopLegend ) in alignLegend()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxchart.cpp40 d->legendPos = Chart::None; in Chart()
243 void Chart::setChartLegend(Chart::ChartAxisPos legendPos, bool overlay) in setChartLegend() argument
247 d->legendPos = legendPos; in setChartLegend()
1042 if ( legendPos == Chart::None ) in saveXmlChartLegend()
1055 switch( legendPos ) in saveXmlChartLegend()
2294 legendPos = Chart::Right; in loadXmlChartLegend()
2300 legendPos = Chart::Left; in loadXmlChartLegend()
2306 legendPos = Chart::Top; in loadXmlChartLegend()
2312 legendPos = Chart::Bottom; in loadXmlChartLegend()
2317 legendPos = Chart::None; in loadXmlChartLegend()
H A Dxlsxchart.h50 void setChartLegend(Chart::ChartAxisPos legendPos, bool overlap = false);
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/editor/
H A DGEDPicker.java290 …Double[] axesBounds = { 0., 0. }, dPosition = { 0., 0. }, legendPos = { 0., 0. }, legendBounds = {… in getLegend() local
296legendPos = (Double[])GraphicController.getController().getProperty(obj, GraphicObjectProperties._… in getLegend()
300 legendBounds[0] = legendPos[0]; in getLegend()
301 legendBounds[1] = legendPos[1]; in getLegend()
302 legendBounds[2] = legendPos[0] + dimension[0]; in getLegend()
303 legendBounds[3] = legendPos[1] + dimension[1]; in getLegend()
/dports/finance/weberp/webERP/Classes/PHPExcel/Reader/Excel2007/
H A DChart.php177 $legendPos = 'r';
183 $legendPos = self::_getAttribute($chartDetail, 'val', 'string');
193 $legend = new PHPExcel_Chart_Legend($legendPos, $legendLayout, $legendOverlay);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel2007/
H A DChart.php179 $legendPos = 'r';
185 … $legendPos = self::getAttribute($chartDetail, 'val', 'string');
195 … $legend = new PHPExcel_Chart_Legend($legendPos, $legendLayout, $legendOverlay);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/Excel2007/
H A DChart.php179 $legendPos = 'r';
185 … $legendPos = self::getAttribute($chartDetail, 'val', 'string');
195 … $legend = new PHPExcel_Chart_Legend($legendPos, $legendLayout, $legendOverlay);
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php191 $legendPos = 'r';
197 … $legendPos = self::getAttribute($chartDetail, 'val', 'string');
210 $legend = new Legend($legendPos, $legendLayout, $legendOverlay);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php191 $legendPos = 'r';
197 … $legendPos = self::getAttribute($chartDetail, 'val', 'string');
210 $legend = new Legend($legendPos, $legendLayout, $legendOverlay);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php191 $legendPos = 'r';
197 … $legendPos = self::getAttribute($chartDetail, 'val', 'string');
210 $legend = new Legend($legendPos, $legendLayout, $legendOverlay);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php189 $legendPos = 'r';
195 … $legendPos = self::getAttribute($chartDetail, 'val', 'string');
208 $legend = new Legend($legendPos, $legendLayout, $legendOverlay);
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php191 $legendPos = 'r';
197 … $legendPos = self::getAttribute($chartDetail, 'val', 'string');
210 $legend = new Legend($legendPos, $legendLayout, $legendOverlay);
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Reader/Xlsx/
H A DChart.php189 $legendPos = 'r';
195 … $legendPos = self::getAttribute($chartDetail, 'val', 'string');
208 $legend = new Legend($legendPos, $legendLayout, $legendOverlay);

12