bar_fill_type property

bar_fill_type property

Gets or sets how a data bar is filled with color.

Definition:

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

See Also