axis_position property

axis_position property

Gets or sets the position of the axis of the data bars specified by a conditional formatting rule.

Definition:

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

See Also