position property

position property

Specifies the position of the legend on a chart. Non-NaN values of X, Y, Width, Heigt properties override effect of this property. Read/write LegendPositionType.

Definition:

@property
def position(self):
    ...

@position.setter
def position(self, value):
    ...

See Also