axis_color property

axis_color property

Gets the color of the axis for cells with conditional formatting as data bars.

Definition:

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

See Also