Ë
    œ…j0  ã                  óZ   — d Z ddlmZ ddlmZ ddlmZ ddlmZ ddl	m
Z
  G d„ de«      Zy	)
z©|ChartFormat| and related objects.

|ChartFormat| acts as proxy for the `spPr` element, which provides visual shape properties such as
line and fill for chart elements.
é    )Úannotations)Ú
FillFormat)Ú
LineFormat)ÚElementProxy)Úlazypropertyc                  ó0   — e Zd ZdZed„ «       Zed„ «       Zy)ÚChartFormataz  
    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.
    c                ó`   — | j                   j                  «       }t        j                  |«      S )zx
        |FillFormat| instance for this object, providing access to fill
        properties such as fill color.
        )Ú_elementÚget_or_add_spPrr   Úfrom_fill_parent©ÚselfÚspPrs     úP/root/aria/tools/markitdown-venv/lib/python3.12/site-packages/pptx/dml/chtfmt.pyÚfillzChartFormat.fill   s'   € ð �}‰}×,Ñ,Ó.ˆÜ×*Ñ*¨4Ó0Ð0ó    c                óL   — | j                   j                  «       }t        |«      S )zŽ
        The |LineFormat| object providing access to the visual properties of
        this object, such as line color and line style.
        )r   r   r   r   s     r   ÚlinezChartFormat.line!   s!   € ð �}‰}×,Ñ,Ó.ˆÜ˜$ÓÐr   N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   © r   r   r	   r	      s/   „ ñð ñ1ó ð1ð ñ ó ñ r   r	   N)r   Ú
__future__r   Úpptx.dml.fillr   Úpptx.dml.liner   Úpptx.sharedr   Ú	pptx.utilr   r	   r   r   r   ú<module>r       s'   ðñõ #å $Ý $Ý $Ý "ô �,õ  r   