width property

width property

Specifies the width of the chart element as a fraction of the width of the chart. Read/write float.

Definition:

@property
def width(self):
    ...

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

See Also