Home
last modified time | relevance | path

Searched refs:categoryAxis (Results 1 – 23 of 23) sorted by relevance

/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Dbarcharts.py270 cA = self.categoryAxis
292 categoryAxis=1,
352 cA = self.categoryAxis
1089 bc.categoryAxis.labels.dx = 8
1119 bc.categoryAxis.labels.dx = 8
1149 bc.categoryAxis.labels.dx = 8
1181 bc.categoryAxis.labels.dx = 8
1362 bc.categoryAxis.tickUp = 0
1363 bc.categoryAxis.tickDown = 0
1367 bc.categoryAxis.labels.dx = 0
[all …]
H A Dlinecharts.py147 self.categoryAxis = XCategoryAxis()
234 cscale = self.categoryAxis.scale
317 inFillY = self.categoryAxis._y
581 lc.categoryAxis.categoryNames = catNames
582 lc.categoryAxis.labels.boxAnchor = 'n'
656 lc.categoryAxis.categoryNames = catNames
657 lc.categoryAxis.labels.boxAnchor = 'n'
689 lc.categoryAxis.categoryNames = catNames
690 lc.categoryAxis.labels.boxAnchor = 'n'
725 lc.categoryAxis.categoryNames = catNames
[all …]
H A Dtextlabels.py360 L.setText(chart.categoryAxis.categoryNames[colNo])
385 A = chart.categoryAxis
/dports/print/py-reportlab/reportlab-3.5.68/docs/userguide/
H A Dgraph_charts.py620 bc.categoryAxis.labels.dx = 8
621 bc.categoryAxis.labels.dy = -2
622 bc.categoryAxis.labels.angle = 30
778 bc.categoryAxis.labels.dx = 8
779 bc.categoryAxis.labels.dy = -2
780 bc.categoryAxis.labels.angle = 30
834 bc.categoryAxis.labels.dx = 8
835 bc.categoryAxis.labels.dy = -2
836 bc.categoryAxis.labels.angle = 30
839 bc.categoryAxis.style = 'stacked'
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/samples/
H A Dstacked_bar.py37 self.chart.categoryAxis.categoryNames = ['North', 'South', 'Central']
38 self.chart.categoryAxis.tickLeft = 3
39 self.chart.categoryAxis.labels.fontName = 'Helvetica'
40 self.chart.categoryAxis.labels.fontSize = 6
41 self.chart.categoryAxis.labels.dx = -3
81 self.chart.categoryAxis.style='stacked'
H A Dstacked_column.py37 self.chart.categoryAxis.categoryNames = ['North', 'South', 'Central']
38 self.chart.categoryAxis.tickDown = 3
39 self.chart.categoryAxis.labels.fontName = 'Helvetica'
40 self.chart.categoryAxis.labels.fontSize = 7
80 self.chart.categoryAxis.style='stacked'
H A Dclustered_bar.py37 self.chart.categoryAxis.categoryNames = ['North', 'South', 'Central']
38 self.chart.categoryAxis.tickLeft = 3
39 self.chart.categoryAxis.labels.fontName = 'Helvetica'
40 self.chart.categoryAxis.labels.fontSize = 6
41 self.chart.categoryAxis.labels.dx = -3
H A Dclustered_column.py37 self.chart.categoryAxis.categoryNames = ['North', 'South', 'Central']
38 self.chart.categoryAxis.tickDown = 3
39 self.chart.categoryAxis.labels.fontName = 'Helvetica'
40 self.chart.categoryAxis.labels.fontSize = 7
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/
H A DChartFactory.java892 CategoryAxis categoryAxis = new CategoryAxis(categoryAxisLabel); in createBarChart() local
984 CategoryAxis categoryAxis = new CategoryAxis(domainAxisLabel); in createStackedBarChart() local
1222 CategoryAxis categoryAxis = new CategoryAxis(categoryAxisLabel); in createAreaChart() local
1223 categoryAxis.setCategoryMargin(0.0); in createAreaChart()
1299 CategoryAxis categoryAxis = new CategoryAxis(categoryAxisLabel); in createStackedAreaChart() local
1300 categoryAxis.setCategoryMargin(0.0); in createStackedAreaChart()
1373 CategoryAxis categoryAxis = new CategoryAxis(categoryAxisLabel); in createLineChart() local
1516 CategoryAxis categoryAxis = new CategoryAxis(categoryAxisLabel); in createGanttChart() local
1566 CategoryAxis categoryAxis = new CategoryAxis(categoryAxisLabel); in createWaterfallChart() local
1567 categoryAxis.setCategoryMargin(0.0); in createWaterfallChart()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/yui/charts/
H A DAxisSerializer.as150 var categoryAxis:CategoryAxis = CategoryAxis(axis);
153 categoryAxis.categoryNames = input.categoryNames;
157 categoryAxis.numLabels = input.numLabels;
161 categoryAxis.calculateCategoryCount = input.calculateCategoryCount;
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/yui/charts/
H A DAxisSerializer.as150 var categoryAxis:CategoryAxis = CategoryAxis(axis);
153 categoryAxis.categoryNames = input.categoryNames;
157 categoryAxis.numLabels = input.numLabels;
161 categoryAxis.calculateCategoryCount = input.calculateCategoryCount;
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/fl/charts/
H A DBarChart.as83 var categoryAxis:CategoryAxis = new CategoryAxis();
84 this.verticalAxis = categoryAxis;
H A DCartesianChart.as1702 private function combineDuplicateCategoryNames(categoryAxis:IAxis):void
1704 if(!(categoryAxis is CategoryAxis)) return;
1709 var categoryField:String = this.axisAndSeriesToField(categoryAxis, currentSeries);
1760 var categoryAxis:CategoryAxis = new CategoryAxis();
1761 this.horizontalAxis = categoryAxis;
1806 var categoryAxis:CategoryAxis = this.verticalAxis as CategoryAxis;
1808 if(!categoryAxis)
1810 categoryAxis = this.horizontalAxis as CategoryAxis;
1815 if(categoryAxis)
1817 var categoryValue:Object = this.itemToAxisValue(series, index, categoryAxis, false);
[all …]
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/yui2/src/charts/as/com/yahoo/astra/fl/charts/
H A DBarChart.as83 var categoryAxis:CategoryAxis = new CategoryAxis();
84 this.verticalAxis = categoryAxis;
H A DCartesianChart.as1702 private function combineDuplicateCategoryNames(categoryAxis:IAxis):void
1704 if(!(categoryAxis is CategoryAxis)) return;
1709 var categoryField:String = this.axisAndSeriesToField(categoryAxis, currentSeries);
1760 var categoryAxis:CategoryAxis = new CategoryAxis();
1761 this.horizontalAxis = categoryAxis;
1806 var categoryAxis:CategoryAxis = this.verticalAxis as CategoryAxis;
1808 if(!categoryAxis)
1810 categoryAxis = this.horizontalAxis as CategoryAxis;
1815 if(categoryAxis)
1817 var categoryValue:Object = this.itemToAxisValue(series, index, categoryAxis, false);
[all …]
/dports/print/py-reportlab/reportlab-3.5.68/tests/
H A Dtest_graphics_charts.py92 bc.categoryAxis.labels.boxAnchor = 'ne'
93 bc.categoryAxis.labels.dx = 8
94 bc.categoryAxis.labels.dy = -2
95 bc.categoryAxis.labels.angle = 30
103 bc.categoryAxis.categoryNames = catNames
131 chart.categoryAxis.style=cAStyle
164 bc.categoryAxis.labels.boxAnchor = 'ne'
165 bc.categoryAxis.labels.dx = 8
166 bc.categoryAxis.labels.dy = -2
167 bc.categoryAxis.labels.angle = 30
[all …]
H A Dtest_platypus_tables.py156 self.chart.categoryAxis.categoryNames = ['Spring','Summer','Autumn','Winter']
157 self.chart.categoryAxis.labels.fontSize = 7
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/plot/
H A DCombinedDomainCategoryPlot.java355 CategoryAxis categoryAxis = getDomainAxis(); in calculateAxisSpace() local
358 if (categoryAxis != null) { in calculateAxisSpace()
359 space = categoryAxis.reserveSpace(g2, this, plotArea, in calculateAxisSpace()
/dports/x11-toolkits/qt5-charts/kde-qtcharts-5.15.2p2/src/charts/axis/
H A Dhorizontalaxis.cpp236 QCategoryAxis *categoryAxis = static_cast<QCategoryAxis *>(axis()); in updateGeometry() local
237 if (categoryAxis->labelsPosition() == QCategoryAxis::AxisLabelsPositionCenter) { in updateGeometry()
244 } else if (categoryAxis->labelsPosition() in updateGeometry()
H A Dverticalaxis.cpp245 QCategoryAxis *categoryAxis = static_cast<QCategoryAxis *>(axis()); in updateGeometry() local
246 if (categoryAxis->labelsPosition() == QCategoryAxis::AxisLabelsPositionCenter) { in updateGeometry()
253 } else if (categoryAxis->labelsPosition() in updateGeometry()
H A Dpolarchartaxisradial.cpp116 QCategoryAxis *categoryAxis = static_cast<QCategoryAxis *>(axis()); in updateGeometry() local
117 if (categoryAxis->labelsPosition() == QCategoryAxis::AxisLabelsPositionOnValue) in updateGeometry()
H A Dchartaxiselement.cpp127 QCategoryAxis *categoryAxis = static_cast<QCategoryAxis *>(axis()); in connectSlots() local
128 QObject::connect(categoryAxis, in connectSlots()
H A Dpolarchartaxisangular.cpp120 QCategoryAxis *categoryAxis = static_cast<QCategoryAxis *>(axis()); in updateGeometry() local
121 if (categoryAxis->labelsPosition() == QCategoryAxis::AxisLabelsPositionOnValue) in updateGeometry()