Marker
paper-pptx 0.2.0 API reference
Represents a data point marker, such as a diamond or circle, on a line-type chart.
Attributes
element
attributeelementThe lxml element proxied by this object.
format
attributeformatThe ChartFormat instance for this marker, providing access to shape
properties such as fill and line.
size
attributesizeAn integer between 2 and 72 inclusive indicating the size of this
marker in points. A value of None indicates no explicit value is
set and the size is inherited from a higher-level setting or the
PowerPoint default (which may be 9). Assigning None removes any
explicitly assigned size, causing this value to be inherited.
style
attributestyleA member of the :ref:XlMarkerStyle enumeration indicating the shape
of this marker. Returns None if no explicit style has been set,
which corresponds to the "Automatic" option in the PowerPoint UI.