Home
last modified time | relevance | path

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 Dspider.py133 def makeSwatchSample(self, rowNo, x, y, width, height): member in SpiderChart
H A Dlegends.py492 c = chart.makeSwatchSample(getattr(col,'index',i),swatchX,swatchY,dx,dy)
H A Dlinecharts.py41 def makeSwatchSample(self,rowNo, x, y, width, height): member in AbstractLineChart
H A Dpiecharts.py221 def makeSwatchSample(self, rowNo, x, y, width, height): member in AbstractPieChart
H A Dbarcharts.py88 def makeSwatchSample(self, rowNo, x, y, width, height): member in BarChart