width property

width property

Gets or sets the width of frame in units of 1/4000 of the chart area.

Remarks

How to convert units of 1/4000 to pixels? Width In Pixels = Width * Chart.ChartObject.Height / 4000;

Definition:

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

See Also