Searched refs:makeSwatchSample (Results 1 – 5 of 5) sorted by relevance
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/ |
H A D | spider.py | 133 def makeSwatchSample(self, rowNo, x, y, width, height): member in SpiderChart
|
H A D | legends.py | 492 c = chart.makeSwatchSample(getattr(col,'index',i),swatchX,swatchY,dx,dy)
|
H A D | linecharts.py | 41 def makeSwatchSample(self,rowNo, x, y, width, height): member in AbstractLineChart
|
H A D | piecharts.py | 221 def makeSwatchSample(self, rowNo, x, y, width, height): member in AbstractPieChart
|
H A D | barcharts.py | 88 def makeSwatchSample(self, rowNo, x, y, width, height): member in BarChart
|