x property

x property

Gets or sets the x 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? X In Pixels = X * Chart.ChartObject.Width / 4000;

Definition:

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

See Also