placement property

placement property

Represents the way the chart is attached to the cells below it.

Definition:

@property
def placement(self):
    ...
@placement.setter
def placement(self, value):
    ...

See Also