height property

height property

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

Remarks

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

Definition:

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

See Also