border_color property

border_color property

Gets or sets a FormatColor object that you can use to specify the border color for negative data bars.

Definition:

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

See Also