Home
last modified time | relevance | path

Searched refs:WedgeProperties (Results 1 – 3 of 3) sorted by relevance

/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/charts/
H A Ddoughnut.py30 from reportlab.graphics.charts.piecharts import AbstractPieChart, WedgeProperties, _addWedgeLabel, …
36 class SectorProperties(WedgeProperties):
44 _attrMap = AttrMap(BASE=WedgeProperties,
H A Dpiecharts.py59 class WedgeProperties(PropHolder): class
561 self.slices = TypedPropertyCollection(WedgeProperties)
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/
H A Dwidgetbase.py624 from reportlab.graphics.charts.piecharts import WedgeProperties
625 wedges = TypedPropertyCollection(WedgeProperties)