actual_x property

actual_x property

Specifies actual x location (left) of the chart element relative to the left top corner of the chart. Call method IChart.ValidateChartLayout() before to get actual values. Read float.

Definition:

@property
def actual_x(self):
    ...

See Also