Paper Office
paper-pptxAPI referencedml.chtfmt

ChartFormat

paper-pptx 0.2.0 API reference

The ChartFormat object provides access to visual shape properties for chart elements like Axis, Series, and MajorGridlines. It has two properties, :attr:fill and :attr:line, which return a FillFormat and LineFormat object respectively. The ChartFormat object is provided by the :attr:format property on the target axis, series, etc.

Attributes

element

attributeelement

The lxml element proxied by this object.

fill

attributefill

FillFormat instance for this object, providing access to fill properties such as fill color.

line

attributeline

The LineFormat object providing access to the visual properties of this object, such as line color and line style.

On this page