has_end_cap property

has_end_cap property

Specifies an end cap is not drawn on the error bars. Read/write bool.

Definition:

@property
def has_end_cap(self):
    ...

@has_end_cap.setter
def has_end_cap(self, value):
    ...

See Also