has_chart property

Shape.has_chart property

Returns True if this Shape has a Chart.

@property
def has_chart(self) -> bool:
    ...

See Also