color property

color property

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

Definition:

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

See Also