y property

y property

Gets or sets the y coordinate of the upper left corner in units of 1/4000 of the chart area.

Remarks

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

Definition:

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

See Also